Skip to content

Commit aeb00ba

Browse files
committed
Also include .gts files in the test file glob
We can now also use .gts files for tests, so these need to be linted as well.
1 parent 40330a6 commit aeb00ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ module.exports = {
4444
},
4545
{
4646
// test files
47-
files: ['tests/**/*-test.{js,ts}'],
47+
files: ['tests/**/*-test.{js,ts,gts}'],
4848
extends: ['plugin:qunit/recommended'],
4949
},
5050
],

0 commit comments

Comments
 (0)