mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
allow console error and warn
This commit is contained in:
parent
4f73ef09fc
commit
f2d8c517cf
1 changed files with 9 additions and 1 deletions
10
.eslintrc
10
.eslintrc
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue