Skip to content

Commit

Permalink
chore(react): remove unneeded listing of eslint-comments in plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jun 25, 2020
1 parent d3b9d03 commit ce68d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {
version: 'detect'
}
},
plugins: ['react', 'react-hooks', 'jsx-a11y', 'eslint-comments'],
plugins: ['react', 'react-hooks', 'jsx-a11y'],
extends: [
'plugin:jsx-a11y/recommended',
'plugin:jsx-a11y/strict',
Expand Down

0 comments on commit ce68d08

Please sign in to comment.