Skip to content

Commit

Permalink
revert breaking change so that 2.x can still rely on eslint 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
alasdairhurst committed Aug 13, 2018
1 parent 75c54ef commit 4da5b2b
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 340 deletions.
4 changes: 3 additions & 1 deletion env-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ module.exports = {
'node': true
},
'parserOptions': {
'ecmaVersion': 9
'ecmaFeatures': {
'experimentalObjectRestSpread': true
}
},
'extends': './index.js'
};
Loading

0 comments on commit 4da5b2b

Please sign in to comment.