Skip to content

Commit 091b609

Browse files
fix: allow classes in test files
1 parent 376b90e commit 091b609

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ const baseConfig: Linter.Config = {
1414
"eslint-comments/disable-enable-pair": "off",
1515
"functional/functional-parameters": "off",
1616
"functional/immutable-data": "warn",
17+
"functional/no-classes": "off",
1718
"functional/no-conditional-statements": "warn",
1819
"functional/no-expression-statements": "off",
1920
"functional/no-loop-statements": "warn",

0 commit comments

Comments
 (0)