Skip to content

Commit

Permalink
Updated eslinter for object rest spread (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
vera-liu authored and mistercrunch committed Oct 7, 2016
1 parent 609ae22 commit ecfe1a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions caravel/assets/.eslintrc
@@ -1,5 +1,10 @@
{
"extends": "airbnb",
"parserOptions":{
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},
"rules": {
"prefer-template": 0,
"new-cap": 0,
Expand Down

0 comments on commit ecfe1a2

Please sign in to comment.