Skip to content

Commit

Permalink
Merge pull request #11 from papandreou/feature/eslint5
Browse files Browse the repository at this point in the history
Update eslint to 5 (Major)
  • Loading branch information
papandreou committed Jun 25, 2018
2 parents ce31e2a + 63c91b4 commit 26ffe30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Expand Up @@ -260,10 +260,9 @@
"react/react-in-jsx-scope": "error"
},
"parserOptions": {
"ecmaVersion": 8,
"ecmaVersion": 9,
"ecmaFeatures": {
"globalReturn": true,
"experimentalObjectRestSpread": true,
"jsx": true
},
"sourceType": "module"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -16,15 +16,15 @@
"url": "https://github.com/sunesimonsen/eslint-config-pretty-standard.git"
},
"peerDependencies": {
"eslint": "^3.17.1 || 4",
"eslint": "^5",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.6.1"
},
"dependencies": {
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-react": "7.6.1"
"eslint-plugin-react": "7.10.0"
},
"devDependencies": {
"eslint": "^3.17.1"
"eslint": "^5.0.0"
}
}

0 comments on commit 26ffe30

Please sign in to comment.