Add no unused variables lint warning

This shows a warning while compiling, so demo bundling will still happen but
it will be rejected when a PR is made.
This commit is contained in:
Daniel Imms
2023-08-23 04:34:55 -07:00
parent 317ccdac66
commit 210ba8109c
+1
View File
@@ -212,6 +212,7 @@
],
"no-trailing-spaces": "warn",
"no-unsafe-finally": "warn",
"no-unused-vars": ["warn", { "vars": "all" }],
"no-var": "warn",
"one-var": [
"warn",