Skip to content

Commit

Permalink
chore: remove eslint-plugin-jsx-a11y override
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Jun 20, 2024
1 parent 9843612 commit c29b47a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 30 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"enable-hooks": "husky",
"disable-hooks": "git config --unset core.hooksPath"
},
"resolutions": {
"eslint-plugin-jsx-a11y": "^6.5.1 <6.8.0"
},
"dependencies": {
"@discretize/globals": "^0.0.2",
"@discretize/gw2-ui-new": "^0.1.5",
Expand Down Expand Up @@ -110,7 +107,7 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^48.2.12",
"eslint-plugin-jsx-a11y": "^6.5.1 <6.10.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
Expand Down
52 changes: 26 additions & 26 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 c29b47a

Please sign in to comment.