feat(eslint): Rule "no-undef-init"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
c6c3b6b769
commit
0d76fb6495
@ -194,7 +194,7 @@
|
||||
- [ ] "no-throw-literal"
|
||||
- [ ] "no-trailing-spaces"
|
||||
- [ ] "no-undef"
|
||||
- [ ] "no-undef-init"
|
||||
- [X] "no-undef-init"
|
||||
- [X] "no-undefined"
|
||||
- [X] "no-underscore-dangle"
|
||||
- [ ] "no-unexpected-multiline"
|
||||
|
@ -338,6 +338,9 @@
|
||||
"no-ternary": [
|
||||
"off"
|
||||
],
|
||||
"no-undef-init": [
|
||||
"error"
|
||||
],
|
||||
"no-undefined": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user