diff --git a/README.md b/README.md index 74872fd..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,50 +0,0 @@ -# React + TypeScript + Vite - -This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. - -Currently, two official plugins are available: - -- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh -- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh - -## Expanding the ESLint configuration - -If you are developing a production application, we recommend updating the configuration to enable type aware lint rules: - -- Configure the top-level `parserOptions` property like this: - -```js -export default tseslint.config({ - languageOptions: { - // other options... - parserOptions: { - project: ['./tsconfig.node.json', './tsconfig.app.json'], - tsconfigRootDir: import.meta.dirname, - }, - }, -}) -``` - -- Replace `tseslint.configs.recommended` to `tseslint.configs.recommendedTypeChecked` or `tseslint.configs.strictTypeChecked` -- Optionally add `...tseslint.configs.stylisticTypeChecked` -- Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and update the config: - -```js -// eslint.config.js -import react from 'eslint-plugin-react' - -export default tseslint.config({ - // Set the react version - settings: { react: { version: '18.3' } }, - plugins: { - // Add the react plugin - react, - }, - rules: { - // other rules... - // Enable its recommended rules - ...react.configs.recommended.rules, - ...react.configs['jsx-runtime'].rules, - }, -}) -``` diff --git a/packages/core/primitive/package.json b/packages/core/primitive/package.json index 0694623..4641725 100644 --- a/packages/core/primitive/package.json +++ b/packages/core/primitive/package.json @@ -29,9 +29,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/lib/react-context/package.json b/packages/lib/react-context/package.json index 64f7a0b..00555b5 100644 --- a/packages/lib/react-context/package.json +++ b/packages/lib/react-context/package.json @@ -42,9 +42,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/lib/use-browser-layout-effect/package.json b/packages/lib/use-browser-layout-effect/package.json index 5bb092c..b488c74 100644 --- a/packages/lib/use-browser-layout-effect/package.json +++ b/packages/lib/use-browser-layout-effect/package.json @@ -42,9 +42,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/lib/use-callback-ref/package.json b/packages/lib/use-callback-ref/package.json index 32aca21..8062dae 100644 --- a/packages/lib/use-callback-ref/package.json +++ b/packages/lib/use-callback-ref/package.json @@ -38,9 +38,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/lib/use-composed-ref/package.json b/packages/lib/use-composed-ref/package.json index dfc9f85..f9ec299 100644 --- a/packages/lib/use-composed-ref/package.json +++ b/packages/lib/use-composed-ref/package.json @@ -38,9 +38,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/lib/use-escape-key-down/package.json b/packages/lib/use-escape-key-down/package.json index f7501f9..f2b79c4 100644 --- a/packages/lib/use-escape-key-down/package.json +++ b/packages/lib/use-escape-key-down/package.json @@ -41,9 +41,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/lib/use-mounted/package.json b/packages/lib/use-mounted/package.json index 4f30880..ab6576f 100644 --- a/packages/lib/use-mounted/package.json +++ b/packages/lib/use-mounted/package.json @@ -44,9 +44,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/ui/button/package.json b/packages/ui/button/package.json index ca672d8..5a59f36 100644 --- a/packages/ui/button/package.json +++ b/packages/ui/button/package.json @@ -44,9 +44,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/ui/modal/package.json b/packages/ui/modal/package.json index c7efce7..94bcc73 100644 --- a/packages/ui/modal/package.json +++ b/packages/ui/modal/package.json @@ -50,9 +50,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/ui/portal/package.json b/packages/ui/portal/package.json index 5231388..a70094f 100644 --- a/packages/ui/portal/package.json +++ b/packages/ui/portal/package.json @@ -47,9 +47,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/ui/presence/package.json b/packages/ui/presence/package.json index 8303ee1..b4bbd6c 100644 --- a/packages/ui/presence/package.json +++ b/packages/ui/presence/package.json @@ -44,9 +44,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/ui/tabs/package.json b/packages/ui/tabs/package.json index b8dd2af..8a3cacd 100644 --- a/packages/ui/tabs/package.json +++ b/packages/ui/tabs/package.json @@ -44,9 +44,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/ui/typography/package.json b/packages/ui/typography/package.json index 06c575c..fc0decd 100644 --- a/packages/ui/typography/package.json +++ b/packages/ui/typography/package.json @@ -47,9 +47,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } } diff --git a/packages/utils/getSpacingStyle/package.json b/packages/utils/getSpacingStyle/package.json index 43581a4..d4e1a87 100644 --- a/packages/utils/getSpacingStyle/package.json +++ b/packages/utils/getSpacingStyle/package.json @@ -38,9 +38,9 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/klmhyeonwoo/layer-design-system.git" + "url": "git+https://github.com/Iayerapp/layer-design-system.git" }, "bugs": { - "url": "https://github.com/klmhyeonwoo/layer-design-system/issues" + "url": "https://github.com/Iayerapp/layer-design-system/issues" } }