Skip to content

Commit

Permalink
feat: added missing settings
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Apr 8, 2024
1 parent a2640cb commit 1cce1dd
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 @@ -31,6 +31,9 @@ export const base = {
languageOptions: {
parser: typeScriptParser,
parserOptions: {
warnOnUnsupportedTypeScriptVersion: false,
ecmaFeatures: { jsx: true },
ecmaVersion: "latest",
sourceType: "module",
project: `${process.cwd()}/tsconfig.json`
}
Expand Down

0 comments on commit 1cce1dd

Please sign in to comment.