Non-RT RIC Dashboard

First commit

Change-Id: I9e140d31d65d13df3ce07f6b87eac250ee952eab
Issue-ID: NONRTRIC-61
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
diff --git a/dashboard/webapp-frontend/src/tslint.json b/dashboard/webapp-frontend/src/tslint.json
new file mode 100644
index 0000000..30581c6
--- /dev/null
+++ b/dashboard/webapp-frontend/src/tslint.json
@@ -0,0 +1,17 @@
+{
+    "extends": "../tslint.json",
+    "rules": {
+        "directive-selector": [
+            true,
+            "attribute",
+            "rd",
+            "camelCase"
+        ],
+        "component-selector": [
+            true,
+            "element",
+            "rd",
+            "kebab-case"
+        ]
+    }
+}