removed debugger

This commit is contained in:
2022-02-15 15:09:27 -06:00
parent 5348ab487b
commit a3103f73c3
2 changed files with 1 additions and 6 deletions

View File

@@ -17,10 +17,7 @@
"allowNumber" : false
}
],
/* dev */
"no-debugger": "off",
/* important */
"prefer-const": "error",
"quotes": ["error", "single"],