« get me outta code hell

remove prettier, don't lint indentation - 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 18:40:04 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-06-26 18:40:04 -0300
commit89b976ebc81656ef76f875d522fee75385f69c6d (patch)
tree0856405d323f2abb44ea05dc2e9d682bba7179d6 /.eslintrc.json
parent99c0bb64b33858a3a4077343b6db987471cdc1f0 (diff)
remove prettier, don't lint indentation
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 98ce4f2..635116d 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -9,5 +9,7 @@
     "ecmaVersion": "latest",
     "sourceType": "module"
   },
-  "rules": {}
+  "rules": {
+    "indent": ["off"]
+  }
 }