Skip to content

Commit

Permalink
disable tseslint on js files
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig committed Oct 14, 2024
1 parent 03b071f commit 652bb77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/base.eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@ export function baseConfig({ tsconfigRootDir }) {
},
},
prettierPlugin,
{
files: ['**/*.js', '**/*.mjs', '**/*.cjs'],
...tseslint.configs.disableTypeChecked,
},
)
}

0 comments on commit 652bb77

Please sign in to comment.