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-throw-literal"
|
||||||
- [ ] "no-trailing-spaces"
|
- [ ] "no-trailing-spaces"
|
||||||
- [ ] "no-undef"
|
- [ ] "no-undef"
|
||||||
- [ ] "no-undef-init"
|
- [X] "no-undef-init"
|
||||||
- [X] "no-undefined"
|
- [X] "no-undefined"
|
||||||
- [X] "no-underscore-dangle"
|
- [X] "no-underscore-dangle"
|
||||||
- [ ] "no-unexpected-multiline"
|
- [ ] "no-unexpected-multiline"
|
||||||
|
@ -338,6 +338,9 @@
|
|||||||
"no-ternary": [
|
"no-ternary": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"no-undef-init": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-undefined": [
|
"no-undefined": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user