Skip to content

Commit 22d59fd

Browse files
committed
chore: add 'no-implicit-coercion' rule to monorepo ESLint configuration
1 parent 68bd4f2 commit 22d59fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ export default tseslint.config(
159159
"no-console": "error",
160160
"no-else-return": "error",
161161
"no-fallthrough": ["error", { commentPattern: ".*intentional fallthrough.*" }],
162+
"no-implicit-coercion": ["warn", { allow: ["!!"] }],
162163
"no-mixed-operators": "warn",
163164
"no-process-exit": "error",
164165
"no-undef": "off",

0 commit comments

Comments
 (0)