diff options
author | Julien Dessaux | 2022-10-22 18:38:28 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-10-22 18:38:28 +0200 |
commit | 9c464327fa0c026d638efa82af03710b5b6973b1 (patch) | |
tree | d21505325288930ffbd29d24d2b1f33c4cc6759b /static | |
parent | Compute words and points from placed letters (diff) | |
download | jeux-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 | ||||
-rw-r--r-- | static/index.css (renamed from index.css) | 0 | ||||
-rw-r--r-- | static/index.js (renamed from index.js) | 0 |
3 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" ] } -}; +} diff --git a/index.css b/static/index.css index ab00f8f..ab00f8f 100644 --- a/index.css +++ b/static/index.css diff --git a/index.js b/static/index.js index 0d10935..0d10935 100644 --- a/index.js +++ b/static/index.js |