Bläddra i källkod

Update package README files with project-specific documentation

Timothy Pomeroy 1 månad sedan
förälder
incheckning
c3f65becaf
3 ändrade filer med 4 tillägg och 3 borttagningar
  1. 1 1
      packages/eslint-config/README.md
  2. 1 1
      packages/typescript-config/README.md
  3. 2 1
      packages/ui/README.md

+ 1 - 1
packages/eslint-config/README.md

@@ -26,7 +26,7 @@ Or in `eslint.config.js`:
 import baseConfig from "@watch-finished-turbo/eslint-config/base";
 
 export default [
-  ...baseConfig,
+  ...baseConfig
   // Your custom rules
 ];
 ```

+ 1 - 1
packages/typescript-config/README.md

@@ -26,4 +26,4 @@ In `tsconfig.json`:
 - Strict type checking enabled
 - Modern ESNext target
 - Path mapping for monorepo imports
-- React and Next.js specific settings
+- React and Next.js specific settings

+ 2 - 1
packages/ui/README.md

@@ -23,6 +23,7 @@ import { Component } from "@watch-finished-turbo/ui";
 ## Development
 
 This package follows the same development practices as the main apps:
+
 - TypeScript for type safety
 - ESLint for code quality
-- Tailwind CSS for styling
+- Tailwind CSS for styling