Skip to content

Commit

Permalink
Update new app eslintrc boilerplate re eslint/eslint#9885
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Feb 9, 2018
1 parent a1c787d commit 8001dac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/core-generators/new/templates/eslintrc.template
Expand Up @@ -27,7 +27,10 @@
},

"parserOptions": {
"ecmaVersion": 8
"ecmaVersion": 8,
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},

"globals": {<% if (!_.contains(without,'orm')) { %>
Expand Down

0 comments on commit 8001dac

Please sign in to comment.