feat(eslint): Rule "no-undefined"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
877c5f7ad1
commit
e914d9f80e
@ -195,7 +195,7 @@
|
||||
- [ ] "no-trailing-spaces"
|
||||
- [ ] "no-undef"
|
||||
- [ ] "no-undef-init"
|
||||
- [ ] "no-undefined"
|
||||
- [X] "no-undefined"
|
||||
- [X] "no-underscore-dangle"
|
||||
- [ ] "no-unexpected-multiline"
|
||||
- [ ] "no-unmodified-loop-condition"
|
||||
|
@ -149,6 +149,9 @@
|
||||
"no-ternary": [
|
||||
"off"
|
||||
],
|
||||
"no-undefined": [
|
||||
"off"
|
||||
],
|
||||
"no-underscore-dangle": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user