Skip to content

Commit

Permalink
fix: update TS parser config
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche committed May 3, 2023
1 parent 30eac5d commit b9ce0e2
Show file tree
Hide file tree
Showing 2 changed files with 623 additions and 614 deletions.
9 changes: 1 addition & 8 deletions eslint.config.js
Expand Up @@ -99,15 +99,8 @@ if (moduleExists('typescript')) {
config.push(
{
files: ['**/*.{ts,tsx}'],
plugins: {
'tsParser': {
parsers: {
x: TsParser,
},
},
},
languageOptions: {
parser: 'tsParser/x',
parser: TsParser,
parserOptions: {
project: './tsconfig.json',
},
Expand Down

0 comments on commit b9ce0e2

Please sign in to comment.