Skip to content

Commit

Permalink
chore(package): update eslint-plugin-react to 7.9.1 which solves the …
Browse files Browse the repository at this point in the history
  • Loading branch information
ad1992 committed Jun 23, 2018
1 parent 820a782 commit ac5cec7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -12,8 +12,8 @@ module.exports = {
},
extends: ["eslint:recommended", "plugin:react/recommended"],
parserOptions: {
ecmaVersion: "6",
ecmaFeatures: {
experimentalObjectRestSpread: true,
jsx: true
},
sourceType: "module"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -55,7 +55,7 @@
"eslint": "5.0.0",
"eslint-plugin-jest": "21.15.1",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-react": "7.8.0",
"eslint-plugin-react": "7.9.1",
"greenkeeper-lockfile": "^1.15.1",
"jest": "22.1.4",
"jsdom": "11.6.2",
Expand Down

0 comments on commit ac5cec7

Please sign in to comment.