Fix Bug 2121: NG-UI uses unmaintained Chokidar version
[osm/NG-UI.git] / src / .eslintrc.json
diff --git a/src/.eslintrc.json b/src/.eslintrc.json
new file mode 100644 (file)
index 0000000..9c4ba8c
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    "extends": "../.eslintrc.json",
+    "rules": {
+      "no-restricted-syntax": [
+        "error",
+        "ForInStatement"
+      ],
+      "@typescript-eslint/array-type": [
+        "error",
+        {
+          "default": "array"
+        }
+      ]
+    }
+  }
+  
\ No newline at end of file