Remove no-console eslint rule

This commit is contained in:
Frederic Junod
2017-02-08 13:45:27 +01:00
parent 04deaa3032
commit e9fb061704

View File

@@ -89,15 +89,6 @@
"openlayers-internal"
],
"rules": {
"no-console": [
2,
{
"allow": [
"assert",
"warn"
]
}
],
"no-constant-condition": 0,
"openlayers-internal/enum": 2,
"openlayers-internal/no-duplicate-requires": 2,