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 Sep 25, 2019
1 parent 3b01ae8 commit eed2fad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
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 @@ -32,7 +32,7 @@
"devDependencies": {
"@ljharb/eslint-config": "^13.1.1",
"covert": "^1.1.1",
"editorconfig-tools": "^0.1.1",
"eclint": "^2.8.1",
"eslint": "^5.12.1",
"tape": "^4.9.2"
},
Expand Down

0 comments on commit eed2fad

Please sign in to comment.