Skip to content

Commit

Permalink
chore(.eslintrc.js): Added eslint-plugin-jsx-a11y package
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Oct 16, 2020
1 parent 733cea9 commit c027f7a
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 19 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
'prettier/react',
'plugin:prettier/recommended',
'plugin:testing-library/recommended',
'plugin:jsx-a11y/recommended',
],
settings: {
react: {
Expand Down
99 changes: 81 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"eslint-config-prettier": "6.11.0",
"eslint-import-resolver-typescript": "2.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "4.0.2",
Expand Down

0 comments on commit c027f7a

Please sign in to comment.