Merge branch '14503_keep_services'
[arvados-workbench2.git] / tslint.json
index 7f02975dab42b832109e785975fee54affc60545..003e9021cd6d3c6dd0d707165ec8eaf5746e3aaa 100644 (file)
     "no-console": false,
     "no-shadowed-variable": false,
     "semicolon": true,
-    "array-type": false
+    "array-type": false,
+    "interface-over-type-literal": false,
+    "no-empty": false,
+    "no-bitwise": false,
+    "ban-types": false
   },
   "linterOptions": {
     "exclude": [
       "config/**/*.js",
-      "node_modules/**/*.ts"
+      "node_modules/**/*.ts",
+      "src/lib/**",
+      "coverage/lcov-report/*.js"
     ]
   }
 }