Skip to content

Commit

Permalink
feat: Re-add a11y and jest configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kirb committed Jun 20, 2022
1 parent 152010c commit af1c6a7
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ module.exports = {
env: {
browser: true,
es6: true,
node: true
node: true,
"jest/globals": true
},

extends: [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:jest/all",
"plugin:jsx-a11y/strict",
"plugin:react/recommended",
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.18.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
Expand Down
86 changes: 86 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit af1c6a7

Please # to comment.