Skip to content

Commit

Permalink
Add experimentalObjectRestSpread to eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
nasivuela committed Jul 19, 2018
1 parent 32ebcb8 commit bafc5cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"es6": true,
"node": true
},
"parserOptions": {
"ecmaFeatures": {
"experimentalObjectRestSpread":true
}
},
"extends": "eslint:recommended",
"rules": {
"indent": [2, 2],
Expand Down

0 comments on commit bafc5cb

Please sign in to comment.