diff --git a/.eslintrc.json b/.eslintrc.json index 547565ec..ba6d619b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -122,7 +122,12 @@ "no-extra-label": "error", "no-extra-parens": "off", "no-floating-decimal": "error", - "no-implicit-coercion": "error", + "no-implicit-coercion": [ + "error", + { + "allow": ["!!"] + } + ], "no-implicit-globals": "error", "no-implied-eval": "error", "no-inline-comments": "off",