Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit 4e2b98d

Browse files
Upgrade ESLint to 4.9.0
1 parent 7b6a540 commit 4e2b98d

File tree

3 files changed

+36
-67
lines changed

3 files changed

+36
-67
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[eslint-url]: http://eslint.org
22
[travis-badge]: https://travis-ci.org/strvcom/eslint-config-javascript.svg
33
[travis-url]: https://travis-ci.org/strvcom/eslint-config-javascript
4-
[eslint-version]: https://img.shields.io/badge/ESLint->=4.7.0-brightgreen.svg
4+
[eslint-version]: https://img.shields.io/badge/ESLint->=4.9.0-brightgreen.svg
55
[eslint-fixing]: http://eslint.org/docs/user-guide/command-line-interface#fix
66
[flow-home]: https://flow.org
77
[react-home]: http://reactjs.com

package-lock.json

+33-64
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"eslint-plugin-react": "^7.4.0"
2222
},
2323
"devDependencies": {
24-
"eslint": "^4.7.0"
24+
"eslint": "^4.9.0"
2525
},
2626
"engines": {
2727
"node": ">=6"
@@ -37,7 +37,7 @@
3737
"license": "BSD-3-Clause",
3838
"main": "default",
3939
"peerDependencies": {
40-
"eslint": "^4.7.0"
40+
"eslint": "^4.9.0"
4141
},
4242
"repository": {
4343
"type": "git",

0 commit comments

Comments
 (0)