Skip to content

Commit

Permalink
chore: remove a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
Oc1S committed Jun 14, 2024
1 parent fc845dc commit 12a8bfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
'plugin:import/recommended',
// 'plugin:jsx-a11y/recommended',
'prettier',
],
parser: '@typescript-eslint/parser',
Expand All @@ -21,7 +20,7 @@ module.exports = {
ecmaVersion: 'latest',
sourceType: 'module',
},
plugins: ['react', '@typescript-eslint', 'react-hooks', 'import', 'jsx-a11y', 'prettier', 'simple-import-sort'],
plugins: ['react', '@typescript-eslint', 'react-hooks', 'import', 'prettier', 'simple-import-sort'],
settings: {
react: {
version: 'detect',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"eslint-config-airbnb-typescript": "17.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.2",
Expand Down

0 comments on commit 12a8bfa

Please sign in to comment.