Skip to content

Commit

Permalink
New rule: Disallow empty destructuring patterns (no-empty-pattern)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 5, 2016
1 parent 72ebae5 commit df9161d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"no-dupe-keys": 2,
"no-duplicate-case": 2,
"no-empty-character-class": 2,
"no-empty-pattern": 2,
"no-eval": 2,
"no-ex-assign": 2,
"no-extend-native": 2,
Expand Down

0 comments on commit df9161d

Please sign in to comment.