uilint-core 0.1.57 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ Core library for UILint - AI-powered UI consistency checking for React and Next.
|
|
|
12
12
|
- **Tailwind support** - Extract and validate Tailwind CSS class usage
|
|
13
13
|
- **Validation** - Core validation logic for detecting UI inconsistencies
|
|
14
14
|
|
|
15
|
-
This package is typically used as a dependency by `uilint
|
|
15
|
+
This package is typically used as a dependency by `uilint`, `uilint-react`, or `uilint-mcp`.
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
|
@@ -130,7 +130,7 @@ ollama pull qwen3-coder:30b
|
|
|
130
130
|
|
|
131
131
|
## Related Packages
|
|
132
132
|
|
|
133
|
-
- [`uilint
|
|
133
|
+
- [`uilint`](https://www.npmjs.com/package/uilint) - Command-line interface
|
|
134
134
|
- [`uilint-react`](https://www.npmjs.com/package/uilint-react) - React component for runtime analysis
|
|
135
135
|
- [`uilint-mcp`](https://www.npmjs.com/package/uilint-mcp) - MCP server for editor integration
|
|
136
136
|
|