Skip to content

Commit

Permalink
eslintrc: remove jsx-a11y from the plugins section
Browse files Browse the repository at this point in the history
As we are already extending the recommended settings without
modifications.
  • Loading branch information
KKoukiou authored and martinpitt committed Mar 29, 2022
1 parent b3347ab commit 3d4a104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"sourceType": "module"
},
"plugins": ["react", "react-hooks", "jsx-a11y"],
"plugins": ["react", "react-hooks"],
"rules": {
"indent": ["error", 4,
{
Expand Down

0 comments on commit 3d4a104

Please sign in to comment.