diff options
author | Julien Dessaux | 2024-09-09 21:18:28 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-09-09 21:18:28 +0200 |
commit | 0a359aa928720746e630dcfdb4c31d4f38cb67b8 (patch) | |
tree | eea4b84c9df5574521a3e5e5037f865c200f6259 /static/.eslintrc.json | |
parent | Updated dependencies (diff) | |
download | jeux-de-mots-0a359aa928720746e630dcfdb4c31d4f38cb67b8.tar.gz jeux-de-mots-0a359aa928720746e630dcfdb4c31d4f38cb67b8.tar.bz2 jeux-de-mots-0a359aa928720746e630dcfdb4c31d4f38cb67b8.zip |
Updated dependencies
Diffstat (limited to '')
-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" - ] - } -} |