This website requires JavaScript.
Explore
Help
Sign in
naskya
/
firefish
Watch
1
Star
0
Fork
You've already forked firefish
1
mirror of
https://example.com
synced
2024-11-23 12:56:42 +09:00
Code
Issues
Activity
089abadc31
firefish
/
.vim
/
coc-settings.json
5 lines
84 B
JSON
Raw
Normal View
History
Unescape
Escape
Reproducible Builds
2022-12-27 08:24:19 +09:00
{
refactor: :hammer: Use pnpm instead of yarn (#9461) Reasons: 1. `pnpm` is now an industry standard, being faster and less buggy than `yarn`. 2. Faster build time as builds are concurrent: 63 seconds down to 35 seconds!! 3. Resolves #9412 Co-authored-by: ThatOneCalculator <kainoa@t1c.dev> Reviewed-on: https://codeberg.org/calckey/calckey/pulls/9461
2023-01-13 13:18:16 +09:00
"eslint.packageManager"
:
"pnpm"
,
no more eslint
2023-01-13 13:54:33 +09:00
"workspace.workspaceFolderCheckCwd"
:
false
Reproducible Builds
2022-12-27 08:24:19 +09:00
}
Copy permalink