Skip to content

Commit bd91beb

Browse files
committed
wip
1 parent acb6018 commit bd91beb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+5016
-5188
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/** @type {import("eslint").Linter.Config} */
33
module.exports = {
44
ignorePatterns: ["apps/**", "packages/**"],
5-
extends: ["@repo/eslint-config/library.js"],
5+
extends: ["@htmldocs/eslint-config/library.js"],
66
parser: "@typescript-eslint/parser",
77
parserOptions: {
88
project: true,

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This Turborepo includes the following packages/apps:
1818

1919
- `docs`: a [Next.js](https://nextjs.org/) app
2020
- `web`: another [Next.js](https://nextjs.org/) app
21-
- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications
22-
- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
23-
- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo
21+
- `@htmldocs/react`: a stub React component library shared by both `web` and `docs` applications
22+
- `@htmldocs/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
23+
- `@htmldocs/typescript-config`: `tsconfig.json`s used throughout the monorepo
2424

2525
Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).
2626

apps/docs/README.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

apps/docs/app/globals.css

Lines changed: 0 additions & 50 deletions
This file was deleted.

apps/docs/app/layout.tsx

Lines changed: 0 additions & 22 deletions
This file was deleted.

apps/docs/app/page.tsx

Lines changed: 0 additions & 144 deletions
This file was deleted.

apps/docs/next.config.js

Lines changed: 0 additions & 4 deletions
This file was deleted.

apps/docs/package.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

apps/docs/public/circles.svg

Lines changed: 0 additions & 17 deletions
This file was deleted.

apps/docs/public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)