We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.test.ts
1 parent 9999fff commit 9bc92e9Copy full SHA for 9bc92e9
.eslintrc.json
@@ -9,6 +9,7 @@
9
},
10
"rules": {
11
"eslint-comments/no-use": "off",
12
+ "filenames/match-regex": [2, "^[a-z_]+(\\.test)?$", true],
13
"import/no-namespace": "off",
14
"no-unused-vars": "off",
15
"@typescript-eslint/no-unused-vars": "off",
0 commit comments