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 14, 2019
1 parent fc74c2b commit bc6aa75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .npmrc
@@ -1,2 +1 @@
package-lock=false
audit-level=high
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 test.js *.js",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"eccheck": "eclint check *.js **/*.js > /dev/null",
"preaudit": "npm install --package-lock --package-lock-only",
"audit": "npm audit",
"postaudit": "rm package-lock.json"
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"@ljharb/eslint-config": "^13.1.1",
"covert": "^1.1.1",
"editorconfig-tools": "^0.1.1",
"eclint": "^2.8.1",
"eslint": "^5.13.0",
"replace": "^1.0.1",
"semver": "^5.6.0",
Expand Down

0 comments on commit bc6aa75

Please sign in to comment.