Skip to content

Commit

Permalink
feat: remove eslint jsx a11y plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
john-d-pelingo committed Dec 2, 2020
1 parent d5bd171 commit 21934da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-typescript/.eslintrc.js
Expand Up @@ -5,7 +5,7 @@ const config = {
node: true,
},
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'import', 'jsx-a11y'],
plugins: ['@typescript-eslint', 'import'],
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
Expand Down
2 changes: 0 additions & 2 deletions packages/eslint-config-typescript/package.json
Expand Up @@ -33,7 +33,6 @@
"@typescript-eslint/eslint-plugin": ">= 4",
"eslint": ">= 7",
"eslint-plugin-import": ">= 2",
"eslint-plugin-jsx-a11y": ">= 6",
"typescript": ">= 4.1"
},
"dependencies": {
Expand All @@ -42,7 +41,6 @@
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"typescript": "^4.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit 21934da

Please sign in to comment.