mirror of
https://github.com/airbnb/javascript.git
synced 2026-01-14 19:38:10 -05:00
Merge pull request #592 from ariporad/patch-1
[rules: es6] enable restParams
This commit is contained in:
@@ -15,6 +15,7 @@ module.exports = {
|
||||
'objectLiteralDuplicateProperties': false,
|
||||
'objectLiteralShorthandMethods': true,
|
||||
'objectLiteralShorthandProperties': true,
|
||||
'restParams': true,
|
||||
'spread': true,
|
||||
'superInFunctions': true,
|
||||
'templateStrings': true,
|
||||
|
||||
Reference in New Issue
Block a user