Skip to content

Commit

Permalink
Merge pull request #20 from mediamonks/feature/eslint-plugin-jsx-a11y
Browse files Browse the repository at this point in the history
Feature: eslint-plugin-jsx-a11y
  • Loading branch information
Paul authored Jan 14, 2022
2 parents 986af0f + 89ec022 commit eaa1696
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions configs/base/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: [
"airbnb-base",
"plugin:jsx-a11y/recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"plugin:import/typescript",
Expand Down
1 change: 1 addition & 0 deletions configs/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^38.0.1"
},
Expand Down
1 change: 0 additions & 1 deletion configs/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@mediamonks/eslint-config-base": "^2.0.0-alpha.0"
},
"peerDependencies": {
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-react-hooks": "^4.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit eaa1696

Please sign in to comment.