Skip to content

Commit bc6aa75

Browse files
committed
[Tests] use eclint instead of editorconfig-tools
1 parent fc74c2b commit bc6aa75

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.npmrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
package-lock=false
2-
audit-level=high

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"coverage": "covert test.js",
1414
"coverage-quiet": "covert test.js --quiet",
1515
"lint": "eslint test.js *.js",
16-
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
16+
"eccheck": "eclint check *.js **/*.js > /dev/null",
1717
"preaudit": "npm install --package-lock --package-lock-only",
1818
"audit": "npm audit",
1919
"postaudit": "rm package-lock.json"
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@ljharb/eslint-config": "^13.1.1",
4242
"covert": "^1.1.1",
43-
"editorconfig-tools": "^0.1.1",
43+
"eclint": "^2.8.1",
4444
"eslint": "^5.13.0",
4545
"replace": "^1.0.1",
4646
"semver": "^5.6.0",

0 commit comments

Comments
 (0)