Skip to content

Commit 95443a4

Browse files
committed
remove jshint
1 parent 6fea411 commit 95443a4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
hooks:
3232
- id: eslint
3333
name: eslint
34-
entry: npm run eslint
34+
entry: npm run lint
3535
language: node
3636
types_or:
3737
- javascript

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@
3939
"configurable-http-proxy": "bin/configurable-http-proxy"
4040
},
4141
"scripts": {
42-
"lint": "jshint bin/ lib/ test/",
43-
"eslint": "eslint",
42+
"lint": "eslint",
4443
"fmt": "pre-commit run --all-files",
4544
"test": "NODE_TLS_REJECT_UNAUTHORIZED=0 FORCE_COLOR=3 nyc node test/jasmine.js",
4645
"coverage-html": "nyc report --reporter=html",

0 commit comments

Comments
 (0)