We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639e3c7 commit e424a24Copy full SHA for e424a24
packages/eslint-config-airbnb/rules/es6.js
@@ -15,6 +15,7 @@ module.exports = {
15
'objectLiteralDuplicateProperties': false,
16
'objectLiteralShorthandMethods': true,
17
'objectLiteralShorthandProperties': true,
18
+ 'restParams': true,
19
'spread': true,
20
'superInFunctions': true,
21
'templateStrings': true,
0 commit comments