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.
1 parent 68bd4f2 commit 22d59fdCopy full SHA for 22d59fd
eslint.config.ts
@@ -159,6 +159,7 @@ export default tseslint.config(
159
"no-console": "error",
160
"no-else-return": "error",
161
"no-fallthrough": ["error", { commentPattern: ".*intentional fallthrough.*" }],
162
+ "no-implicit-coercion": ["warn", { allow: ["!!"] }],
163
"no-mixed-operators": "warn",
164
"no-process-exit": "error",
165
"no-undef": "off",
0 commit comments