We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3aa3e10 + ff45ac5 commit b5d4b66Copy full SHA for b5d4b66
index.js
@@ -35,6 +35,7 @@ module.exports = {
35
'jsx-a11y/no-noninteractive-element-interactions': 0,
36
'jsx-a11y/mouse-events-have-key-events': 0,
37
'jsx-a11y/no-noninteractive-tabindex': 0,
38
+ 'jsx-a11y/anchor-is-valid': 0,
39
'array-callback-return': 0,
40
'comma-dangle': ['error', {
41
arrays: 'always-multiline',
package.json
@@ -31,7 +31,7 @@
31
"node": ">= 4"
32
},
33
"devDependencies": {
34
- "babel-eslint": "^8.2.3",
+ "babel-eslint": "^8.2.6",
"eslint": "^4.19.1"
}
0 commit comments