Skip to content

Commit

Permalink
fix: remove parserOptions (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Nov 11, 2024
1 parent 638997e commit ce2c691
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions configurations/jsx-a11y.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
module.exports.recommended = {

Check warning on line 1 in configurations/jsx-a11y.js

View workflow job for this annotation

GitHub Actions / Test

Filename 'jsx-a11y.js' does not match the naming convention
parserOptions: {
ecmaFeatures: {
jsx: true,
},
},
plugins: {
'jsx-a11y': require('eslint-plugin-jsx-a11y'),
},
Expand Down

0 comments on commit ce2c691

Please sign in to comment.