Remove dashboard
[nonrtric.git] / dashboard / webapp-frontend / src / tslint.json
diff --git a/dashboard/webapp-frontend/src/tslint.json b/dashboard/webapp-frontend/src/tslint.json
deleted file mode 100644 (file)
index 30581c6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{
-    "extends": "../tslint.json",
-    "rules": {
-        "directive-selector": [
-            true,
-            "attribute",
-            "rd",
-            "camelCase"
-        ],
-        "component-selector": [
-            true,
-            "element",
-            "rd",
-            "kebab-case"
-        ]
-    }
-}