Skip to content

Commit

Permalink
disable tseslint on js files (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
anonrig authored Oct 14, 2024
1 parent a9cd261 commit eebc90e
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 eebc90e

Please sign in to comment.