File tree Expand file tree Collapse file tree 6 files changed +29
-2
lines changed
Expand file tree Collapse file tree 6 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1+ # EditorConfig is awesome: https://EditorConfig.org
2+
3+ # top-most EditorConfig file
4+ root = true
5+
6+ [* ]
7+ indent_style = space
8+ indent_size = 2
9+ end_of_line = lf
10+ charset = utf-8
11+ trim_trailing_whitespace = true
12+ insert_final_newline = true
Original file line number Diff line number Diff line change 3636 run : pnpm install --frozen-lockfile
3737
3838 - name : ✅ Check types
39- run : pnpm typecheck
39+ run : pnpm check:type
4040
4141 - name : 🏗️ Build
4242 run : pnpm build
Original file line number Diff line number Diff line change 1+ lts/jod
Original file line number Diff line number Diff line change 1+ docs /api /
2+ api-spec /
3+ build /
4+ .docusaurus /
5+ node_modules /
6+ pnpm-lock.yaml
7+ static /** /* .webmanifest
8+ old /
Original file line number Diff line number Diff line change 1+ {
2+ "printWidth": 85,
3+ "tabWidth": 2,
4+ "singleQuote": true
5+ }
Original file line number Diff line number Diff line change 1616 "write-heading-ids" : " docusaurus write-heading-ids" ,
1717 "gen-api-docs" : " pnpm docusaurus gen-api-docs all" ,
1818 "clean-api-docs" : " pnpm docusaurus clean-api-docs all" ,
19- "typecheck" : " tsc" ,
19+ "check:type" : " tsc" ,
20+ "check:format" : " prettier --check ." ,
2021 "format" : " prettier --write ."
2122 },
2223 "dependencies" : {
You can’t perform that action at this time.
0 commit comments