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 Dec 14, 2019
1 parent 4a09ab4 commit 8600bfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -1 +1,2 @@
package-lock=false
audit-level=moderate
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 @@ -39,7 +39,7 @@
"@es-shims/api": "^1.3.0",
"@ljharb/eslint-config": "^12.2.1",
"covert": "^1.1.0",
"editorconfig-tools": "^0.1.1",
"eclint": "^2.8.1",
"eslint": "^4.9.0",
"has": "^1.0.1",
"tape": "^4.8.0"
Expand Down

0 comments on commit 8600bfe

Please sign in to comment.