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