Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rayangler committed Dec 4, 2024
1 parent 6c7c7f1 commit 71fa90e
Show file tree
Hide file tree
Showing 5 changed files with 791 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ module.exports = {
},
},
},
overrides: [
{
files: ['*.ts', '*.tsx'],
parser: '@typescript-eslint/parser',
},
],
};
Loading

0 comments on commit 71fa90e

Please sign in to comment.