Updated eslintrc and fixed errors in files

This commit is contained in:
2023-11-23 21:33:44 +01:00
parent 0eeb48b2dd
commit 572f53f010
6 changed files with 8 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
"env": {
"browser": true,
"node": true,
"commonjs": true,
"es2021": true
},