react-a11y configuration

This commit is contained in:
Federico Kereki
2018-07-13 23:03:18 -03:00
parent 885972f608
commit 1bdc63178f
4 changed files with 128 additions and 82 deletions
+3 -3
View File
@@ -13,9 +13,10 @@
"extends": [
"eslint:recommended",
"plugin:flowtype/recommended",
"plugin:react/recommended"
"plugin:react/recommended",
"plugin:jsx-a11y/recommended"
],
"plugins": ["babel", "flowtype", "react"],
"plugins": ["babel", "flowtype", "react", "jsx-a11y"],
"rules": {
"no-console": "off",
"no-var": "error",
@@ -23,4 +24,3 @@
"flowtype/no-types-missing-file-annotation": 0
}
}