improve panel details - show modal description using rich text editor
[arvados-workbench2.git] / tslint.json
index 7f02975dab42b832109e785975fee54affc60545..f9b81ca95bf0e83a0f2d7b19866624d9eef5887d 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
   },
   "linterOptions": {
     "exclude": [
       "config/**/*.js",
-      "node_modules/**/*.ts"
+      "node_modules/**/*.ts",
+      "coverage/lcov-report/*.js"
     ]
   }
 }