Refactor code and update eslint configuration

This commit is contained in:
SethBurkart123
2023-11-22 16:13:29 +11:00
parent be20c2726b
commit 93b1a38279
3 changed files with 23 additions and 17 deletions
+1 -5
View File
@@ -10,9 +10,5 @@
"ecmaVersion": "latest",
"sourceType": "module" // add this line to allow 'import' and 'export' statements
},
"rules": {
"indent": ["error", 2],
"quotes": ["error", "single"],
"semi": ["error", "always"]
}
"rules": {}
}