mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Remove the no-unmodified-loop-condition
This commit is contained in:
parent
d872c0151e
commit
d3709091b3
1 changed files with 0 additions and 1 deletions
1
eslintrc
1
eslintrc
|
@ -66,7 +66,6 @@
|
|||
"no-self-compare": [ "warn" ],
|
||||
"no-sequences": [ "warn" ],
|
||||
"no-throw-literal": [ "warn" ],
|
||||
"no-unmodified-loop-condition": [ "warn" ],
|
||||
"no-unused-expressions": [ "warn" ],
|
||||
"no-unused-labels": [ "warn" ],
|
||||
"no-useless-call": [ "warn" ],
|
||||
|
|
Loading…
Reference in a new issue