mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Remove the no-else-return rule from the eslintrc
This commit is contained in:
parent
bb4c3c0220
commit
fb50cd7b93
1 changed files with 0 additions and 1 deletions
1
eslintrc
1
eslintrc
|
@ -37,7 +37,6 @@
|
|||
"no-alert": [ "warn" ],
|
||||
"no-case-declarations": [ "warn" ],
|
||||
"no-div-regex": [ "warn" ],
|
||||
"no-else-return": [ "warn" ],
|
||||
"no-empty-function": [ "warn" ],
|
||||
"no-empty-pattern": [ "warn" ],
|
||||
"no-eq-null": [ "warn" ],
|
||||
|
|
Loading…
Reference in a new issue