Skip to content

Commit

Permalink
feat(eslint): add react a11y plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Mar 10, 2021
1 parent 254342f commit 06de5e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/js/eslint-react.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
module.exports = {
parser: 'babel-eslint',

plugins: ['jsx-a11y'],

extends: [
'./eslint.config.js',
'plugin:react/recommended',
'plugin:import/react',
'plugin:jsx-a11y/recommended',
],

settings: {
Expand Down

0 comments on commit 06de5e9

Please sign in to comment.