summaryrefslogtreecommitdiff
path: root/static/.eslintrc.json
diff options
context:
space:
mode:
authorJulien Dessaux2022-10-22 18:38:28 +0200
committerJulien Dessaux2022-10-22 18:38:28 +0200
commit9c464327fa0c026d638efa82af03710b5b6973b1 (patch)
treed21505325288930ffbd29d24d2b1f33c4cc6759b /static/.eslintrc.json
parentCompute words and points from placed letters (diff)
downloadjeux-de-mots-9c464327fa0c026d638efa82af03710b5b6973b1.tar.gz
jeux-de-mots-9c464327fa0c026d638efa82af03710b5b6973b1.tar.bz2
jeux-de-mots-9c464327fa0c026d638efa82af03710b5b6973b1.zip
Began writing an express backend
Diffstat (limited to '')
-rw-r--r--static/.eslintrc.json (renamed from .eslintrc.js)10
1 files changed, 5 insertions, 5 deletions
diff --git a/.eslintrc.js b/static/.eslintrc.json
index d1074ab..4097d70 100644
--- a/.eslintrc.js
+++ b/static/.eslintrc.json
@@ -1,4 +1,4 @@
-module.exports = {
+{
"env": {
"browser": true,
"es2021": true
@@ -8,9 +8,9 @@ module.exports = {
{
"files": ["**/*.js"],
"globals": {
- "CWDATA": "writable",
- },
- },
+ "CWDATA": "writable"
+ }
+ }
],
"parserOptions": {
"ecmaVersion": "latest"
@@ -33,4 +33,4 @@ module.exports = {
"always"
]
}
-};
+}