File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ 'use strict'
2+
3+ module . exports = require ( 'neostandard' ) ( {
4+ ignores : require ( 'neostandard' ) . resolveIgnoresFromGitignore ( ) ,
5+ ts : true
6+ } )
Original file line number Diff line number Diff line change 99 "example-pass" : " echo \" This is the example hook, I exit with 0\" && exit 0" ,
1010 "install" : " node install.js" ,
1111 "unit" : " c8 node --test" ,
12- "lint" : " standard" ,
12+ "lint" : " eslint" ,
13+ "lint:fix" : " eslint --fix" ,
1314 "test" : " npm run unit" ,
1415 "uninstall" : " node uninstall.js"
1516 },
4546 },
4647 "devDependencies" : {
4748 "c8" : " ^10.1.2" ,
49+ "neostandard" : " ^0.11.9" ,
4850 "pre-commit" : " git+https://git@github.com/fastify/pre-commit.git" ,
49- "proxyquire" : " ^2.1.3" ,
50- "standard" : " ^17.1.0"
51+ "proxyquire" : " ^2.1.3"
5152 }
5253}
You can’t perform that action at this time.
0 commit comments