Skip to content

Commit

Permalink
feat(a11y): re-enable jsx-a11y for linting
Browse files Browse the repository at this point in the history
fix #288
  • Loading branch information
landonreed committed Sep 16, 2019
1 parent 022ec63 commit 58df413
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@
"standard",
"standard-jsx",
"plugin:flowtype/recommended",
"plugin:jest/recommended"
"plugin:jest/recommended",
"plugin:jsx-a11y/strict"
],
"parser": "babel-eslint",
"plugins": [
"flowtype",
"import",
"jest"
"jest",
"jsx-a11y"
],
"rules": {
"complexity": ["warn", 12],
Expand Down

0 comments on commit 58df413

Please sign in to comment.