File tree 3 files changed +1
-15
lines changed
3 files changed +1
-15
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
"size" : " node scripts/build.js vue runtime-dom size-check -p -f global" ,
11
11
"lint" : " eslint --ext .ts packages/*/src/**" ,
12
12
"format" : " prettier --write --parser typescript \" packages/**/*.ts?(x)\" " ,
13
- "ls-lint" : " ls-lint" ,
14
13
"test" : " node scripts/build.js vue -f global -d && jest --runInBand" ,
15
14
"test-dts" : " node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && yarn test-dts-only" ,
16
15
"test-dts-only" : " tsc -p ./test-dts/tsconfig.json && tsc -p ./test-dts/tsconfig.build.json" ,
26
25
"directory" : " test-dts"
27
26
},
28
27
"gitHooks" : {
29
- "pre-commit" : " ls-lint && lint-staged" ,
28
+ "pre-commit" : " lint-staged" ,
30
29
"commit-msg" : " node scripts/verifyCommit.js"
31
30
},
32
31
"lint-staged" : {
43
42
},
44
43
"devDependencies" : {
45
44
"@babel/types" : " ^7.12.0" ,
46
- "@ls-lint/ls-lint" : " ^1.9.2" ,
47
45
"@microsoft/api-extractor" : " ^7.9.15" ,
48
46
"@rollup/plugin-commonjs" : " ^17.0.0" ,
49
47
"@rollup/plugin-json" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 578
578
" @types/yargs" " ^15.0.0"
579
579
chalk "^4.0.0"
580
580
581
- " @ls-lint/ls-lint@^1.9.2 " :
582
- version "1.9.2"
583
- resolved "https://registry.yarnpkg.com/@ls-lint/ls-lint/-/ls-lint-1.9.2.tgz#689f1f4c06072823a726802ba167340efcefe19c"
584
- integrity sha512-sugEjWjSSy9OHF6t1ZBLZCAROj52cZthB9dIePmzZzzMwmWwy3qAEMSdJheHeS1FOwDZI7Ipm1H/bWgzJNnSAw==
585
-
586
581
587
582
version "7.12.1"
588
583
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.12.1.tgz#1f10915c434048da34e1c07845ba2623d5f23f66"
You can’t perform that action at this time.
0 commit comments