From ce8908412abc477e2a7c34abb8dbb6b8a6891fc8 Mon Sep 17 00:00:00 2001 From: Maciek Sitkowski Date: Sun, 26 Nov 2023 19:31:44 +0100 Subject: [PATCH] update docs --- .vscode/settings.json | 5 ++++ README.md | 6 ++++- libs/ui/src/components/button.tsx | 2 +- pnpm-lock.yaml | 38 ++++--------------------------- 4 files changed, 16 insertions(+), 35 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..3046ad5 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "turbo.json": "jsonc" + } +} diff --git a/README.md b/README.md index e034d3c..c6ae2d3 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ - [x] set unified path aliases for all apps and shared libs (done for `apps/`, because `libs/` probably don't need them anyway) - [x] add unused imports plugin to eslint - [x] research if it's worth using `turbo` - probably yes, to make it easier to run tasks that depend on each other +- [ ] use turbo repo and ensure the following works + - [x] lint, test, build, develop + - [ ] gh actions + - [ ] deployment - [ ] create diagram - [ ] setup renovate @@ -73,4 +77,4 @@ pnpm develop:remix - https://github.com/storybookjs/storybook - https://storybook.js.org/tutorials/design-systems-for-developers/react/en/architecture/ - https://turbo.build/repo/docs/getting-started/existing-monorepo -- https://github.com/vercel/style-guide/tree/canary \ No newline at end of file +- https://github.com/vercel/style-guide/tree/canary diff --git a/libs/ui/src/components/button.tsx b/libs/ui/src/components/button.tsx index 1117dcc..3ee5e02 100644 --- a/libs/ui/src/components/button.tsx +++ b/libs/ui/src/components/button.tsx @@ -7,7 +7,7 @@ export const Button = ({ children, ...props }: ButtonProps) => { return (