{
    "extends": "tslint-config-airbnb",
    "rules": {
      "max-line-length": [
        true,
        {
          "ignore-pattern": "http|it",
          "limit": 100
        }
      ]
    }
  }
  