Skip to content

Commit

Permalink
Merge pull request #1068 from pmcelhaney/lint-test-files
Browse files Browse the repository at this point in the history
lint *.test.ts files
pmcelhaney authored Oct 3, 2024
2 parents e15e8fe + 9898e17 commit 1123090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.cjs
Original file line number Diff line number Diff line change
@@ -93,7 +93,7 @@ module.exports = [
},
{
// Configuration for test files
files: ["*.test.js"],
files: ["*.test.js", "*.test.ts"],
languageOptions: {
parser: typescriptParser,
parserOptions: {

0 comments on commit 1123090

Please sign in to comment.