diff options
Diffstat (limited to 'static/.eslintrc.json')
-rw-r--r-- | static/.eslintrc.json | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/static/.eslintrc.json b/static/.eslintrc.json deleted file mode 100644 index 4097d70..0000000 --- a/static/.eslintrc.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "env": { - "browser": true, - "es2021": true - }, - "extends": "eslint:recommended", - "overrides": [ - { - "files": ["**/*.js"], - "globals": { - "CWDATA": "writable" - } - } - ], - "parserOptions": { - "ecmaVersion": "latest" - }, - "rules": { - "indent": [ - "error", - "tab" - ], - "linebreak-style": [ - "error", - "unix" - ], - "quotes": [ - "error", - "double" - ], - "semi": [ - "error", - "always" - ] - } -} |