mirror of https://github.com/espruino/BangleApps
Warn about unused variables
parent
43d7fba0ca
commit
b7a7c59ff8
|
@ -154,7 +154,7 @@
|
|||
"no-useless-catch": "warn",
|
||||
// TODO: "no-undef": "warn",
|
||||
"no-undef": "off",
|
||||
"no-unused-vars": "off",
|
||||
"no-unused-vars": ["warn", { "args": "none" } ],
|
||||
"no-useless-escape": "off",
|
||||
"no-control-regex" : "off"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue