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

Commit 7d82bd9

Browse files
Require ESLint 3.16
1 parent f00fe04 commit 7d82bd9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.14.0-brightgreen.svg
62+
[eslint-version]: https://img.shields.io/badge/ESLint->=3.16.0-brightgreen.svg
6363
[eslint-fixing]: http://eslint.org/docs/user-guide/command-line-interface#fix

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"eslint-plugin-react": "^6.9.0"
1313
},
1414
"devDependencies": {
15-
"eslint": "^3.15.0"
15+
"eslint": "^3.16.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.15.0"
26+
"eslint": "^3.16.0"
2727
},
2828
"repository": {
2929
"type": "git",

0 commit comments

Comments
 (0)