Skip to content

Commit

Permalink
chore(pkg): upgrade ESLint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
swashcap committed Oct 21, 2018
1 parent 1a3e0cd commit a3f4710
Show file tree
Hide file tree
Showing 3 changed files with 1,171 additions and 1,184 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ module.exports = {
parserOptions: {
ecmaVersion: 6,
ecmaFeatures: {
jsx: true,
experimentalObjectRestSpread: true
experimentalObjectRestSpread: true,
jsx: true
},
},
extends: 'airbnb',
Expand Down
Loading

0 comments on commit a3f4710

Please sign in to comment.