feat(eslint): Rule "no-console"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
3628767ff2
commit
c871e1ed51
@ -90,7 +90,7 @@
|
||||
- [ ] "no-compare-neg-zero"
|
||||
- [ ] "no-cond-assign"
|
||||
- [ ] "no-confusing-arrow"
|
||||
- [ ] "no-console"
|
||||
- [X] "no-console"
|
||||
- [ ] "no-const-assign"
|
||||
- [ ] "no-constant-condition"
|
||||
- [ ] "no-constructor-return"
|
||||
|
@ -60,6 +60,12 @@
|
||||
"no-catch-shadow": [
|
||||
"off"
|
||||
],
|
||||
"no-console": [
|
||||
"warn",
|
||||
{
|
||||
"allow": []
|
||||
}
|
||||
],
|
||||
"no-multi-spaces": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user