Skip to content

Commit

Permalink
ecmaFeature jsx: true
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Apr 4, 2023
1 parent 829255e commit b5e523e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ module.exports = {
},
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaFeatures: {
jsx: true,
},
ecmaVersiofn: 'latest',
sourceType: 'module',
},
Expand Down

0 comments on commit b5e523e

Please sign in to comment.