feat(eslint): Rule "no-var"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
46abf32d58
commit
81d3e23810
@ -216,7 +216,7 @@
|
||||
- [ ] "no-useless-escape"
|
||||
- [ ] "no-useless-rename"
|
||||
- [ ] "no-useless-return"
|
||||
- [ ] "no-var"
|
||||
- [X] "no-var"
|
||||
- [ ] "no-void"
|
||||
- [ ] "no-warning-comments"
|
||||
- [ ] "no-whitespace-before-property"
|
||||
|
@ -362,6 +362,9 @@
|
||||
"vars": "all"
|
||||
}
|
||||
],
|
||||
"no-var": [
|
||||
"error"
|
||||
],
|
||||
"object-curly-newline": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user