Skip to content

Commit

Permalink
Update parser option
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed Jul 21, 2022
1 parent a9de86b commit 344e30b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/configs/react.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
module.exports = {
env: {
browser: true
parserOptions: {
sourceType: 'module',
ecmaFeatures: {
jsx: true
}
},
plugins: ['github', 'jsx-a11y'],
extends: ['plugin:jsx-a11y/recommended'],
Expand Down

0 comments on commit 344e30b

Please sign in to comment.