зеркало из https://github.com/nextcloud/appstore.git
allow console.warn and console.error
This commit is contained in:
Родитель
6b4ac37ab3
Коммит
dfa4afd3f4
|
@ -6,6 +6,7 @@
|
|||
"indent": [true, "spaces"],
|
||||
"quotemark": [true, "single"],
|
||||
"max-line-length": [true, 80],
|
||||
"prefer-const": true
|
||||
"prefer-const": true,
|
||||
"no-console": ["log", {"allow": ["warn", "error"]}]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче