remove console logging

This commit is contained in:
SethBurkart123
2023-11-05 11:39:59 +11:00
parent 95b8dd6cae
commit 37056e27e4
3 changed files with 5 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
"sourceType": "module" // add this line to allow 'import' and 'export' statements
},
"rules": {
"indent": ["warning", 2],
"indent": ["error", 2],
"quotes": ["error", "double"],
"semi": ["error", "always"]
}