eslint imrpovements and instant hide for image and video splotches

This commit is contained in:
SethBurkart123
2023-11-02 19:59:05 +11:00
parent 1d58334e4e
commit 80ceb28923
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -11,8 +11,7 @@
"sourceType": "module" // add this line to allow 'import' and 'export' statements
},
"rules": {
"indent": ["error", 2],
"linebreak-style": ["error", "unix"],
"indent": ["warning", 2],
"quotes": ["error", "double"],
"semi": ["error", "always"]
}