finishing first function and no errors, but need to test

This commit is contained in:
Arjun Patel
2022-01-28 00:36:25 -08:00
parent 133d5f02d0
commit 9eff310e7f
5 changed files with 95 additions and 29 deletions
+1 -1
View File
@@ -30,6 +30,6 @@ module.exports = {
rules: {
quotes: ["error", "double"],
// "import/no-unresolved": 0,
// "no-unused-vars": "disabled",
"no-unused-vars": 0,
},
}