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

Commit a72dadd

Browse files
Upgrade ESLint to 3.19 💣
1 parent d43eda2 commit a72dadd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ This software is licensed under the **BSD-3-Clause License**. See the [LICENSE](
5959
[eslint-url]: http://eslint.org
6060
[travis-badge]: https://travis-ci.org/strvcom/eslint-config-javascript.svg
6161
[travis-url]: https://travis-ci.org/strvcom/eslint-config-javascript
62-
[eslint-version]: https://img.shields.io/badge/ESLint->=3.17.0-brightgreen.svg
62+
[eslint-version]: https://img.shields.io/badge/ESLint->=3.19.0-brightgreen.svg
6363
[eslint-fixing]: http://eslint.org/docs/user-guide/command-line-interface#fix

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"contributors": [],
1010
"dependencies": {
1111
"eslint-plugin-import": "^2.2.0",
12-
"eslint-plugin-react": "^6.10.0"
12+
"eslint-plugin-react": "^6.10.3"
1313
},
1414
"devDependencies": {
15-
"eslint": "^3.17.0"
15+
"eslint": "^3.19.0"
1616
},
1717
"engines": {},
1818
"homepage": "https://github.com/strvcom/eslint-config-javascript",
@@ -23,7 +23,7 @@
2323
"license": "BSD-3-Clause",
2424
"main": "default",
2525
"peerDependencies": {
26-
"eslint": "^3.17.0"
26+
"eslint": "^3.19.0"
2727
},
2828
"repository": {
2929
"type": "git",

0 commit comments

Comments
 (0)