1- # 📦 eslint-config-hystax
1+ # 📦 @ hystax/ eslint-config
22
33Shared ESLint configurations for ** Hystax** projects.
44
@@ -9,9 +9,9 @@ The goal is to provide consistent linting rules across all Hystax projects.
99
1010| Package | Description |
1111| -----------------------------------------------| -----------------------------------------------------------------|
12- | [ ` eslint-config-hystax -ui ` ] ( ./packages/ui ) | Shared ESLint config for ** frontend/React/TypeScript** projects |
13- | * (coming soon)* ` eslint-config-hystax -server ` | ESLint config for ** Node.js / backend** projects |
14- | * (coming soon)* ` eslint-config-hystax -base ` | Base rules for all Hystax projects |
12+ | [ ` @hystax/ eslint-config-ui` ] ( ./packages/ui ) | Shared ESLint config for ** frontend/React/TypeScript** projects |
13+ | * (coming soon)* ` @hystax/ eslint-config-server` | ESLint config for ** Node.js / backend** projects |
14+ | * (coming soon)* ` @hystax/ eslint-config-base` | Base rules for all Hystax projects |
1515
1616> Each package can be installed and used independently.
1717
@@ -20,10 +20,10 @@ The goal is to provide consistent linting rules across all Hystax projects.
2020Install the desired package in your project:
2121
2222``` bash
23- npm install -D eslint-config-hystax -ui
23+ npm install -D @hystax/ eslint-config-ui
2424```
2525
26- For details on usage, overriding rules, or customizing file globs, see the [ ` eslint-config-hystax -ui ` README] ( ./packages/ui/README.md ) .
26+ For details on usage, overriding rules, or customizing file globs, see the [ ` @hystax/ eslint-config-ui` README] ( ./packages/ui/README.md ) .
2727
2828## 🧪 Development & Testing
2929
@@ -36,7 +36,7 @@ npm test
3636
3737#### Run tests for a specific package
3838``` bash
39- npm run test --workspace=eslint-config-hystax -ui
39+ npm run test --workspace=@hystax/ eslint-config-ui
4040```
4141
4242## 📄 License
0 commit comments