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 da040f9 + 443c55f commit deb26cbCopy full SHA for deb26cb
.gitignore
@@ -44,4 +44,3 @@ yarn-debug.log*
44
yarn-error.log*
45
.env
46
package-lock.json
47
-yarn.lock
package.json
@@ -74,14 +74,17 @@
74
"eslint-config-airbnb": "^18.0.1",
75
"eslint-config-prettier": "^6.1.0",
76
"eslint-plugin-import": "^2.18.2",
77
- "eslint-plugin-jsx-a11y": "^6.2.3",
+ "eslint-plugin-jsx-a11y": "=6.5.1",
78
"eslint-plugin-prettier": "^3.1.0",
79
"eslint-plugin-react": "^7.14.3",
80
"husky": "^3.0.4",
81
"lint-staged": "^9.2.5",
82
"prettier": "^1.18.2",
83
"wait-on": "^3.3.0"
84
},
85
+ "resolutions": {
86
+ "eslint-plugin-jsx-a11y/axe-core": "4.4.1"
87
+ },
88
"browserslist": [
89
">0.2%",
90
"not dead",
0 commit comments