Skip to content

Commit

Permalink
[Tests] use eclint instead of editorconfig-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 3, 2019
1 parent 287a968 commit 7b53680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7b53680

Please sign in to comment.