Skip to content

Commit

Permalink
fix: add jsx to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
boyander committed Mar 19, 2021
1 parent 14525cc commit fd07958
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 = {
parserOptions: {
ecmaVersion: 2020,
sourceType: "module",
ecmaFeatures: {
jsx: true,
},
},
rules: {},
};

0 comments on commit fd07958

Please sign in to comment.