- Eslint
- Prettier
- Vitest
- Stylelint
- Commitlint
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
tab_width = 2
trim_trailing_whitespace = true
[*.{yml,yaml}]
indent_style = space
indent_size = 2- go to the desired package, make changes, commit to base
- write
pnpm change - then check
pnpm check/ probably doesn't work because of .gitignore, can be skipped - and publish the desired package while in base
pnpm run publish -- --scope packages/... --no-pushor justpnpm run publish -- --no-push.