Skip to content

Commit

Permalink
chore(eslint): remove parser
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesen243 committed Jan 28, 2025
1 parent 39de20c commit 3db974c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tooling/eslint/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ export default tseslint.config(
},
{
linterOptions: { reportUnusedDisableDirectives: true },
languageOptions: {
parser: tseslint.parser,
parserOptions: { projectService: true },
},
languageOptions: { parserOptions: { projectService: true } },
},
)

0 comments on commit 3db974c

Please sign in to comment.