Skip to content

Commit 7b30681

Browse files
committed
[eslint config] [breaking] [deps] require eslint v4, update eslint-config-airbnb-base
1 parent 1f5ca4c commit 7b30681

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/eslint-config-airbnb/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
4848
},
4949
"homepage": "https://github.com/airbnb/javascript",
5050
"dependencies": {
51-
"eslint-config-airbnb-base": "^11.3.2"
51+
"eslint-config-airbnb-base": "^12.0.0"
5252
},
5353
"devDependencies": {
5454
"babel-preset-airbnb": "^2.4.0",
5555
"babel-tape-runner": "^2.0.1",
5656
"editorconfig-tools": "^0.1.1",
57-
"eslint": "^3.19.0 || ^4.5.0",
57+
"eslint": "^4.6.0",
5858
"eslint-find-rules": "^3.1.1",
5959
"eslint-plugin-import": "^2.7.0",
6060
"eslint-plugin-jsx-a11y": "^5.1.1",
@@ -65,7 +65,7 @@
6565
"tape": "^4.8.0"
6666
},
6767
"peerDependencies": {
68-
"eslint": "^3.19.0 || ^4.5.0",
68+
"eslint": "^4.6.0",
6969
"eslint-plugin-jsx-a11y": "^5.1.1",
7070
"eslint-plugin-import": "^2.7.0",
7171
"eslint-plugin-react": "^7.3.0"

0 commit comments

Comments
 (0)