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 6fea411 commit 95443a4Copy full SHA for 95443a4
.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
31
hooks:
32
- id: eslint
33
name: eslint
34
- entry: npm run eslint
+ entry: npm run lint
35
language: node
36
types_or:
37
- javascript
package.json
@@ -39,8 +39,7 @@
39
"configurable-http-proxy": "bin/configurable-http-proxy"
40
},
41
"scripts": {
42
- "lint": "jshint bin/ lib/ test/",
43
- "eslint": "eslint",
+ "lint": "eslint",
44
"fmt": "pre-commit run --all-files",
45
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 FORCE_COLOR=3 nyc node test/jasmine.js",
46
"coverage-html": "nyc report --reporter=html",
0 commit comments