allow console error and warn

This commit is contained in:
nklhrstv 2020-12-15 13:04:59 +02:00
parent 4f73ef09fc
commit f2d8c517cf

View file

@ -46,7 +46,15 @@
"SwitchCase": 1
}
],
"no-console": "error",
"no-console": [
"error",
{
"allow": [
"warn",
"error"
]
}
],
"no-extra-semi": "error",
"no-eq-null": "error",
"no-multi-spaces": "error",