Skip to content

Commit 435ab91

Browse files
Andrew Fullerdiasbruno
Andrew Fuller
authored andcommittedJun 16, 2017
Update eslint config so it should pass
1 parent b1a28a4 commit 435ab91

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

Diff for: ‎.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"jsx-a11y/no-static-element-interactions": [0],
2828
"react/no-find-dom-node": [0],
2929
"react/jsx-closing-bracket-location": [0],
30-
"react/jsx-filename-extension": ["error", {"extensions": [".js"]}]
30+
"react/jsx-filename-extension": ["error", {"extensions": [".js"]}],
31+
"react/require-default-props": 0
3132
}
3233
}

Diff for: ‎package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
"coveralls": "^2.13.1",
3434
"cross-env": "^5.0.1",
3535
"envify": "^3.4.1",
36-
"eslint": "^3.9.1",
37-
"eslint-config-airbnb": "latest",
38-
"eslint-plugin-import": "^2.1.0",
39-
"eslint-plugin-jsx-a11y": "^2.2.3",
40-
"eslint-plugin-react": "^6.6.0",
36+
"eslint": "^3.19.0",
37+
"eslint-config-airbnb": "^15.0.1",
38+
"eslint-plugin-import": "^2.3.0",
39+
"eslint-plugin-jsx-a11y": "^5.0.3",
40+
"eslint-plugin-react": "^7.1.0",
4141
"expect": "^1.20.2",
4242
"gitbook-cli": "^2.3.0",
4343
"istanbul-instrumenter-loader": "0.2.0",

0 commit comments

Comments
 (0)