Skip to content

Commit

Permalink
clean up package json, add jsx a11y lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Andrick committed May 1, 2023
1 parent 5145d06 commit 6ec0091
Show file tree
Hide file tree
Showing 3 changed files with 973 additions and 348 deletions.
7 changes: 6 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ module.exports = {
es2021: true,
jest: true
},
extends: ['plugin:react/recommended', 'standard', 'prettier'],
extends: [
'plugin:react/recommended',
'plugin:jsx-a11y/recommended',
'standard',
'prettier'
],
overrides: [
{
// 3) Now we enable eslint-plugin-testing-library rules or preset only for matching testing files!
Expand Down
Loading

0 comments on commit 6ec0091

Please sign in to comment.