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.
1 parent c6a8335 commit bfbe1acCopy full SHA for bfbe1ac
package.json
@@ -7,15 +7,13 @@
7
"lib/formatters/stylish-fixes.js"
8
],
9
"bin": {
10
- "eslint-github-init": "bin/eslint-github-init.js",
11
"eslint-ignore-errors": "bin/eslint-ignore-errors.js",
12
- "github-lint": "bin/github-lint.js",
13
"npm-check-github-package-requirements": "bin/npm-check-github-package-requirements.js"
14
},
15
"scripts": {
16
"pretest": "mkdir -p node_modules/ && ln -fs $(pwd) node_modules/",
17
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
18
- "test": "npm run eslint-check && bin/github-lint.js && mocha tests/"
+ "test": "npm run eslint-check && eslint . && mocha tests/"
19
20
"repository": {
21
"type": "git",
0 commit comments