about summary refs log tree commit diff
path: root/users/Profpatsch/declib/.eslintrc.json
diff options
context:
space:
mode:
Diffstat (limited to 'users/Profpatsch/declib/.eslintrc.json')
-rw-r--r--users/Profpatsch/declib/.eslintrc.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/users/Profpatsch/declib/.eslintrc.json b/users/Profpatsch/declib/.eslintrc.json
new file mode 100644
index 0000000000..9cffc711db
--- /dev/null
+++ b/users/Profpatsch/declib/.eslintrc.json
@@ -0,0 +1,14 @@
+{
+  "extends": ["eslint:recommended", "plugin:@typescript-eslint/strict-type-checked"],
+  "parser": "@typescript-eslint/parser",
+  "plugins": ["@typescript-eslint"],
+  "parserOptions": {
+    "project": true
+  },
+  "root": true,
+  "rules": {
+    "no-unused-vars": "warn",
+    "prefer-const": "warn",
+    "@typescript-eslint/no-unused-vars": "warn"
+  }
+}