We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 376b90e commit 091b609Copy full SHA for 091b609
src/configs/test.ts
@@ -14,6 +14,7 @@ const baseConfig: Linter.Config = {
14
"eslint-comments/disable-enable-pair": "off",
15
"functional/functional-parameters": "off",
16
"functional/immutable-data": "warn",
17
+ "functional/no-classes": "off",
18
"functional/no-conditional-statements": "warn",
19
"functional/no-expression-statements": "off",
20
"functional/no-loop-statements": "warn",
0 commit comments