Initial commit of RIC Dashboard webapp
[portal/ric-dashboard.git] / webapp-frontend / src / tslint.json
diff --git a/webapp-frontend/src/tslint.json b/webapp-frontend/src/tslint.json
new file mode 100644 (file)
index 0000000..52e2c1a
--- /dev/null
@@ -0,0 +1,17 @@
+{
+    "extends": "../tslint.json",
+    "rules": {
+        "directive-selector": [
+            true,
+            "attribute",
+            "app",
+            "camelCase"
+        ],
+        "component-selector": [
+            true,
+            "element",
+            "app",
+            "kebab-case"
+        ]
+    }
+}