feat(eslint): Rule "no-var"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 02:18:05 +04:00
parent 46abf32d58
commit 81d3e23810
2 changed files with 4 additions and 1 deletions

View File

@ -362,6 +362,9 @@
"vars": "all"
}
],
"no-var": [
"error"
],
"object-curly-newline": [
"error",
{