Skip to content

Commit

Permalink
chore(linter): ignore .cjs test files
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhsf committed Sep 6, 2024
1 parent 108fe0c commit 7e718bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default tseslint.config(
},
{
// Once we remove the legacy vows tests in ./test, we can remove these JS-specific rules
files: ['test/**/*.js', 'eslint.config.mjs'],
files: ['test/**/*.cjs', 'eslint.config.mjs'],
...tseslint.configs.disableTypeChecked,
rules: {
...tseslint.configs.disableTypeChecked.rules,
Expand Down

0 comments on commit 7e718bd

Please sign in to comment.