We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eccheck
1 parent 380fa25 commit 3a59ec6Copy full SHA for 3a59ec6
package.json
@@ -17,9 +17,8 @@
17
"test:harmony": "node --harmony --es-staging test",
18
"test:corejs": "nyc tape test-corejs.js",
19
"posttest": "aud --production",
20
- "prelint": "npm run eccheck",
+ "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
21
"lint": "eslint --ext=js,mjs .",
22
- "eccheck": "eclint check $(git ls-files)",
23
"version": "auto-changelog && git add CHANGELOG.md",
24
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
25
},
0 commit comments