Skip to content

Commit

Permalink
ci: install eslint plugin a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Feb 1, 2024
1 parent a300f8d commit d158e3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 101 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
"prettier",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"next/core-web-vitals"
"next/core-web-vitals",
"plugin:jsx-a11y/recommended"
],
"plugins": [
"jsx-a11y",
"react",
"@typescript-eslint",
"react-hooks",
Expand Down
Loading

0 comments on commit d158e3f

Please sign in to comment.