Skip to content

Commit

Permalink
Chore: rm superfluous argument. (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add authored and mysticatea committed Sep 28, 2017
1 parent 69dc50a commit 52ceb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-unsupported-features.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ function create(context) {
},

"SpreadElement"(node) {
report(node, "spreadOperators", 5)
report(node, "spreadOperators")
},

"TemplateLiteral"(node) {
Expand Down

0 comments on commit 52ceb11

Please sign in to comment.