summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorJulien Dessaux2024-09-09 21:18:28 +0200
committerJulien Dessaux2024-09-09 21:18:28 +0200
commit0a359aa928720746e630dcfdb4c31d4f38cb67b8 (patch)
treeeea4b84c9df5574521a3e5e5037f865c200f6259 /static
parentUpdated dependencies (diff)
downloadjeux-de-mots-0a359aa928720746e630dcfdb4c31d4f38cb67b8.tar.gz
jeux-de-mots-0a359aa928720746e630dcfdb4c31d4f38cb67b8.tar.bz2
jeux-de-mots-0a359aa928720746e630dcfdb4c31d4f38cb67b8.zip
Updated dependencies
Diffstat (limited to 'static')
-rw-r--r--static/.eslintrc.json36
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"
- ]
- }
-}