« get me outta code hell

initial prettier/eslint commit - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/.eslintrc.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-06-26 16:41:09 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-26 16:41:09 -0300
commit4075254c9e38be6741527e1fb535eed444e6ad08 (patch)
tree38c03dcb93b3a53d316b86ed9fcfc46250da208f /.eslintrc.json
parent0746b3a494cee55dbf90466859691c93dd8b2ca2 (diff)
initial prettier/eslint commit
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
new file mode 100644
index 0000000..066effe
--- /dev/null
+++ b/.eslintrc.json
@@ -0,0 +1,14 @@
+{
+    "env": {
+        "browser": true,
+        "es2021": true,
+        "node": true
+    },
+    "extends": "eslint:recommended",
+    "parserOptions": {
+        "ecmaVersion": "latest",
+        "sourceType": "module"
+    },
+    "rules": {
+    }
+}