diff --git a/.eslintrc b/.eslintrc deleted file mode 100644 index 65380bf587..0000000000 --- a/.eslintrc +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extend": "openlayers", - "rules": { - "no-console": [2, {"allow": ["assert"]}] - } -} diff --git a/package.json b/package.json index 86870e097b..b5457a50c8 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,7 @@ "proj4": false }, "rules": { + "no-console": [2, {"allow": ["assert"]}], "no-constant-condition": 0 } },