Skip to content

Commit

Permalink
chore: add more files to default rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gutyerrez committed May 26, 2024
1 parent c30c516 commit 3d67db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import UnusedImports from 'eslint-plugin-unused-imports';

export default [
{
files: [ '**/*.ts' ],
files: [ '**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx', '**/*.spec.ts' ],
languageOptions: {
parser: TypeScriptParser,

Expand Down

0 comments on commit 3d67db2

Please sign in to comment.