Avoid shadowing ESLint config in package.json

This commit is contained in:
Tim Schaub
2016-08-07 13:05:36 -06:00
parent fa80967a1e
commit 9f23e96976
2 changed files with 1 additions and 6 deletions

View File

@@ -1,6 +0,0 @@
{
"extend": "openlayers",
"rules": {
"no-console": [2, {"allow": ["assert"]}]
}
}

View File

@@ -83,6 +83,7 @@
"proj4": false
},
"rules": {
"no-console": [2, {"allow": ["assert"]}],
"no-constant-condition": 0
}
},