We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eclint
editorconfig-tools
1 parent fc74c2b commit bc6aa75Copy full SHA for bc6aa75
.npmrc
@@ -1,2 +1 @@
1
package-lock=false
2
-audit-level=high
package.json
@@ -13,7 +13,7 @@
13
"coverage": "covert test.js",
14
"coverage-quiet": "covert test.js --quiet",
15
"lint": "eslint test.js *.js",
16
- "eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
+ "eccheck": "eclint check *.js **/*.js > /dev/null",
17
"preaudit": "npm install --package-lock --package-lock-only",
18
"audit": "npm audit",
19
"postaudit": "rm package-lock.json"
@@ -40,7 +40,7 @@
40
"devDependencies": {
41
"@ljharb/eslint-config": "^13.1.1",
42
"covert": "^1.1.1",
43
- "editorconfig-tools": "^0.1.1",
+ "eclint": "^2.8.1",
44
"eslint": "^5.13.0",
45
"replace": "^1.0.1",
46
"semver": "^5.6.0",
0 commit comments