summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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