feat(eslint): Rule "no-var"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -362,6 +362,9 @@
|
||||
"vars": "all"
|
||||
}
|
||||
],
|
||||
"no-var": [
|
||||
"error"
|
||||
],
|
||||
"object-curly-newline": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user