mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-25 13:35:27 +00:00
Merge pull request #881 from embark-framework/linter/allow-bangbang
allow coercion w/ `!!`
This commit is contained in:
commit
1f23e33c99
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user