Skip to content

Commit df9161d

Browse files
committed
New rule: Disallow empty destructuring patterns (no-empty-pattern)
http://eslint.org/docs/2.0.0/rules/no-empty-pattern
1 parent 72ebae5 commit df9161d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"no-dupe-keys": 2,
5959
"no-duplicate-case": 2,
6060
"no-empty-character-class": 2,
61+
"no-empty-pattern": 2,
6162
"no-eval": 2,
6263
"no-ex-assign": 2,
6364
"no-extend-native": 2,

0 commit comments

Comments
 (0)