diff --git a/.eslintrc b/.eslintrc index 0dc30b7db..73157aef2 100644 --- a/.eslintrc +++ b/.eslintrc @@ -10,7 +10,6 @@ "globals": { "d3": false }, - "parser": "babel-eslint", "parserOptions": { "ecmaVersion": 6, "sourceType": "module" diff --git a/package.json b/package.json index 98f765123..973e062a4 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "devDependencies": { "@mapbox/maki": "^4.0.0", "@std/esm": "0.22.0", - "babel-eslint": "^8.2.2", "chai": "^4.1.0", "colors": "^1.1.2", "concat-files": "^0.1.1",