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