Skip to content

Commit 7476c31

Browse files
committed
Merge pull request airbnb#592 from ariporad/patch-1
[rules: es6] enable restParams
2 parents 639e3c7 + e424a24 commit 7476c31

File tree

1 file changed

+1
-0
lines changed
  • packages/eslint-config-airbnb/rules

1 file changed

+1
-0
lines changed

packages/eslint-config-airbnb/rules/es6.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ module.exports = {
1515
'objectLiteralDuplicateProperties': false,
1616
'objectLiteralShorthandMethods': true,
1717
'objectLiteralShorthandProperties': true,
18+
'restParams': true,
1819
'spread': true,
1920
'superInFunctions': true,
2021
'templateStrings': true,

0 commit comments

Comments
 (0)