Skip to content

Commit 4544336

Browse files
fix: update markdown overrides (#855)
1 parent c67769f commit 4544336

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/plugins/markdown.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ export const settings: Linter.Config = {
4848
"@typescript-eslint/strict-boolean-expressions": "off",
4949
"@typescript-eslint/switch-exhaustiveness-check": "off",
5050
"@typescript-eslint/unbound-method": "off",
51+
"functional/functional-parameters": "off",
5152
"functional/immutable-data": "off",
5253
"functional/no-class": "off",
54+
"functional/no-expression-statement": "off",
5355
"functional/no-let": "off",
5456
"functional/no-loop-statement": "off",
5557
"functional/no-return-void": "off",
@@ -71,7 +73,6 @@ export const settings: Linter.Config = {
7173
"sonarjs/no-extra-arguments": "off",
7274
"sonarjs/no-unused-collection": "off",
7375
"unicorn/prefer-optional-catch-binding": "off",
74-
"unicorn/prefer-ternary": "off",
7576
"unicorn/prefer-top-level-await": "off",
7677

7778
"dot-notation": "error",

0 commit comments

Comments
 (0)