summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-04-08 01:38:56 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-04-08 01:48:30 -0400
commitbd1edbdc0a32f482e7d8aa6a8d84dd5cb0243782 (patch)
tree9ebb75ceb55cea0eecb75a6ae8d8f4dd291e926e /.eslintrc.json
parentcb04cd3536468e170e46f821a8c59184a3b4a9d1 (diff)
move to new eslint configuration format
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
deleted file mode 100644
index 9af32d61..00000000
--- a/.eslintrc.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "env": {
- "browser": true,
- "es2022": true
- },
- "extends": "eslint:recommended",
- "parserOptions": {
- "ecmaVersion": 2022,
- "sourceType": "module"
- },
- "rules": {
- "indent": ["error", 4],
- "linebreak-style": ["error", "unix"],
- "quotes": ["error", "double"],
- "semi": ["error", "always"],
- "no-var": ["error"]
- }
-}