File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ ls :
2
+ packages/**/{src,__tests__} :
3
+ .js : kebab-case
4
+ .ts : camelCase | PascalCase
5
+ .d.ts : camelCase
6
+ .spec.ts : camelCase | PascalCase
7
+ .mock.ts : camelCase
Original file line number Diff line number Diff line change 9
9
"build" : " node scripts/build.js" ,
10
10
"size" : " node scripts/build.js vue runtime-dom size-check -p -f global" ,
11
11
"lint" : " prettier --write --parser typescript \" packages/**/*.ts?(x)\" " ,
12
- "test" : " node scripts/build.js vue -f global -d && jest" ,
12
+ "ls-lint" : " npx @ls-lint/ls-lint" ,
13
+ "test" : " node scripts/build.js vue -f global -d && ls-lint && jest" ,
13
14
"test-dts" : " node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && tsd" ,
14
15
"release" : " node scripts/release.js" ,
15
16
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
64
65
"ts-jest" : " ^24.0.2" ,
65
66
"tsd" : " ^0.11.0" ,
66
67
"typescript" : " ^3.7.0" ,
67
- "yorkie" : " ^2.0.0"
68
+ "yorkie" : " ^2.0.0" ,
69
+ "@ls-lint/ls-lint" : " ^1.8.0"
68
70
}
69
71
}
Original file line number Diff line number Diff line change 287
287
" @types/istanbul-reports" " ^1.1.1"
288
288
" @types/yargs" " ^13.0.0"
289
289
290
+ " @ls-lint/ls-lint@^1.8.0 " :
291
+ version "1.8.0"
292
+ resolved "https://registry.yarnpkg.com/@ls-lint/ls-lint/-/ls-lint-1.8.0.tgz#508fe32d4dbdd90d61c8ea156c20af33c294a22e"
293
+ integrity sha512-XaItB+/qOMdCJbTuT/mT6yDlzUSClOtPx9S/dUBETUHxmcOlvdLOXoIiSvZBlpmux81qtz6pVvkmzWNK0SpojQ==
294
+
290
295
291
296
version "7.7.9"
292
297
resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.7.9.tgz#9a6ded46f63b6729b1c6630f6ef4e20c1396e177"
You can’t perform that action at this time.
0 commit comments