Skip to content

Commit

Permalink
chore(package): update eslint v4.13.1...5.6.0 (`devDependencies|pee…
Browse files Browse the repository at this point in the history
…rDependencies`)

BREAKING CHANGE: minimum require `eslint` version is now `5.6.0`
  • Loading branch information
evilebottnawi committed Oct 1, 2018
1 parent 011c97e commit a5a6594
Show file tree
Hide file tree
Showing 3 changed files with 1,395 additions and 1,059 deletions.
9 changes: 5 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ module.exports = {
'./rules/es2015'
].map(require.resolve),
parserOptions: {
ecmaVersion: 2017,
sourceType: 'module',
ecmaFeatures: {
experimentalObjectRestSpread: true,
ecmaVersion: 2018,
env: {
es6: true,
jest: true
},
sourceType: 'module'
},
rules: {
strict: 'error',
Expand Down
Loading

0 comments on commit a5a6594

Please sign in to comment.