mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
allow coercion w/ !!
This commit is contained in:
parent
7e52728dc0
commit
8b91a98145
@ -122,7 +122,12 @@
|
|||||||
"no-extra-label": "error",
|
"no-extra-label": "error",
|
||||||
"no-extra-parens": "off",
|
"no-extra-parens": "off",
|
||||||
"no-floating-decimal": "error",
|
"no-floating-decimal": "error",
|
||||||
"no-implicit-coercion": "error",
|
"no-implicit-coercion": [
|
||||||
|
"error",
|
||||||
|
{
|
||||||
|
"allow": ["!!"]
|
||||||
|
}
|
||||||
|
],
|
||||||
"no-implicit-globals": "error",
|
"no-implicit-globals": "error",
|
||||||
"no-implied-eval": "error",
|
"no-implied-eval": "error",
|
||||||
"no-inline-comments": "off",
|
"no-inline-comments": "off",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user