Avoid shadowing ESLint config in package.json
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"extend": "openlayers",
|
|
||||||
"rules": {
|
|
||||||
"no-console": [2, {"allow": ["assert"]}]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -83,6 +83,7 @@
|
|||||||
"proj4": false
|
"proj4": false
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"no-console": [2, {"allow": ["assert"]}],
|
||||||
"no-constant-condition": 0
|
"no-constant-condition": 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user