Skip to content

Commit

Permalink
fix: enable ts parser project
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Nanberg committed Aug 18, 2023
1 parent e305e82 commit 725e214
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
files: ['*.ts', '*.tsx'],
parserOptions: {
parser: '@typescript-eslint/parser',
project: true,
},
extends: [
'plugin:import/typescript',
Expand Down

0 comments on commit 725e214

Please sign in to comment.