diff --git a/package.json b/package.json index f5dee86..63e37b4 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "coverage": "covert test.js", "coverage-quiet": "covert test.js --quiet", "lint": "eslint .", - "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null" + "eccheck": "eclint check *.js **/*.js > /dev/null" }, "repository": { "type": "git", @@ -30,7 +30,7 @@ "devDependencies": { "@ljharb/eslint-config": "^13.1.1", "covert": "^1.1.1", - "editorconfig-tools": "^0.1.1", + "eclint": "^2.8.1", "eslint": "^5.16.0", "foreach": "^2.0.5", "has-symbols": "^1.0.0",