File tree 5 files changed +0
-9
lines changed
5 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 50
50
},
51
51
"scripts" : {
52
52
"test" : " tap" ,
53
- "test-only" : " tap --only" ,
54
53
"posttest" : " node ../.. run lint" ,
55
54
"snap" : " tap" ,
56
- "postsnap" : " npm run lintfix" ,
57
55
"test-proxy" : " ARBORIST_TEST_PROXY=1 tap --snapshot" ,
58
- "eslint" : " eslint" ,
59
56
"lint" : " eslint \" **/*.js\" " ,
60
57
"lintfix" : " node ../.. run lint -- --fix" ,
61
58
"benchmark" : " node scripts/benchmark.js" ,
62
59
"benchclean" : " rm -rf scripts/benchmark/*/" ,
63
- "npmclilint" : " npmcli-lint" ,
64
60
"postlint" : " template-oss-check" ,
65
61
"template-oss-apply" : " template-oss-apply --force"
66
62
},
Original file line number Diff line number Diff line change 32
32
],
33
33
"license" : " ISC" ,
34
34
"scripts" : {
35
- "eslint" : " eslint" ,
36
35
"lint" : " eslint \" **/*.js\" " ,
37
36
"lintfix" : " node ../.. run lint -- --fix" ,
38
37
"test" : " tap" ,
Original file line number Diff line number Diff line change 31
31
],
32
32
"license" : " ISC" ,
33
33
"scripts" : {
34
- "eslint" : " eslint" ,
35
34
"lint" : " eslint \" **/*.js\" " ,
36
35
"lintfix" : " node ../.. run lint -- --fix" ,
37
36
"posttest" : " node ../.. run lint" ,
Original file line number Diff line number Diff line change 8
8
" lib/"
9
9
],
10
10
"scripts" : {
11
- "prerelease" : " npm t" ,
12
- "postrelease" : " npm publish && git push --follow-tags" ,
13
11
"test" : " tap" ,
14
12
"lint" : " eslint \" **/*.js\" " ,
15
13
"postlint" : " template-oss-check" ,
Original file line number Diff line number Diff line change 14
14
],
15
15
"license" : " ISC" ,
16
16
"scripts" : {
17
- "eslint" : " eslint" ,
18
17
"lint" : " eslint \" **/*.js\" " ,
19
18
"lintfix" : " node ../.. run lint -- --fix" ,
20
19
"test" : " tap" ,
You can’t perform that action at this time.
0 commit comments