no-empty-label has been removed in ESLint 2.

This commit is contained in:
Gunther Brunner
2016-02-03 15:12:19 +09:00
parent 0825e80991
commit 470e1d6a9d

View File

@@ -25,7 +25,6 @@
"no-caller": 2,
"no-div-regex": 2,
"no-else-return": 0, // `2` may be ok, but indent consistency is better
"no-empty-label": 2,
"no-empty-pattern": 2,
"no-eq-null": 2,
"no-eval": 2,