mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
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:
@@ -212,6 +212,7 @@
|
||||
],
|
||||
"no-trailing-spaces": "warn",
|
||||
"no-unsafe-finally": "warn",
|
||||
"no-unused-vars": ["warn", { "vars": "all" }],
|
||||
"no-var": "warn",
|
||||
"one-var": [
|
||||
"warn",
|
||||
|
||||
Reference in New Issue
Block a user