github.com/replicatedhq/ship@v0.55.0/web/app/tslint.json (about)

     1  {
     2    "extends": "tslint-config-replicated/react",
     3    "linterOptions": {
     4      "exclude": [
     5        "config/**/*.js",
     6        "node_modules/**/*.ts",
     7        "coverage/lcov-report/*.js"
     8      ]
     9    },
    10    "rules": {
    11      "no-import-side-effect": false
    12    }
    13  }