feat(eslint): Rule "no-unused-vars"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -105,6 +105,15 @@
|
||||
"allowIndentationTabs": true
|
||||
}
|
||||
],
|
||||
"no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
"args": "after-used",
|
||||
"caughtErrors": "all",
|
||||
"ignoreRestSiblings": false,
|
||||
"vars": "all"
|
||||
}
|
||||
],
|
||||
"object-curly-newline": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user