mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 01:35:14 +02:00
no-empty-label has been removed in ESLint 2.
This commit is contained in:
@@ -25,7 +25,6 @@
|
|||||||
"no-caller": 2,
|
"no-caller": 2,
|
||||||
"no-div-regex": 2,
|
"no-div-regex": 2,
|
||||||
"no-else-return": 0, // `2` may be ok, but indent consistency is better
|
"no-else-return": 0, // `2` may be ok, but indent consistency is better
|
||||||
"no-empty-label": 2,
|
|
||||||
"no-empty-pattern": 2,
|
"no-empty-pattern": 2,
|
||||||
"no-eq-null": 2,
|
"no-eq-null": 2,
|
||||||
"no-eval": 2,
|
"no-eval": 2,
|
||||||
|
|||||||
Reference in New Issue
Block a user