Skip to content

Commit

Permalink
update parser
Browse files Browse the repository at this point in the history
  • Loading branch information
baseballyama committed Apr 23, 2023
1 parent 1e4c26c commit 08f54e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ module.exports = {
files: ['*.svelte'],
parser: 'svelte-eslint-parser',
parserOptions: {
parser: {
ts: '@typescript-eslint/parser',
js: 'espree'
}
parser: '@typescript-eslint/parser'
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@ module.exports = {
files: ['*.svelte'],
parser: 'svelte-eslint-parser',
parserOptions: {
parser: {
ts: '@typescript-eslint/parser',
js: 'espree'
}
parser: '@typescript-eslint/parser'
}
}
]
Expand Down

0 comments on commit 08f54e8

Please sign in to comment.