Skip to content

Commit 9bc92e9

Browse files
committed
Do expect .test.ts in file names
It's okay, ESlint. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 9999fff commit 9bc92e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"rules": {
1111
"eslint-comments/no-use": "off",
12+
"filenames/match-regex": [2, "^[a-z_]+(\\.test)?$", true],
1213
"import/no-namespace": "off",
1314
"no-unused-vars": "off",
1415
"@typescript-eslint/no-unused-vars": "off",

0 commit comments

Comments
 (0)