frontend_lintDesign
Verify frontend code compliance by scanning for banned design patterns such as purple gradients, glassmorphism, and excessive shadows, returning errors and suggested fixes.
Instructions
Scan frontend files for banned design patterns (purple gradients, glassmorphism, etc.).
Use this tool to verify frontend code follows eth-mcp design guidelines BEFORE finishing any frontend work.
Scans for:
Purple/violet/indigo/lavender colors (BANNED)
Gradient backgrounds (BANNED)
Glassmorphism/blur effects (BANNED)
Excessive shadows > shadow-md (BANNED)
Purple-adjacent gradient combinations (BANNED)
Returns errors and warnings with line numbers and suggested fixes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path to file or directory to lint (e.g., 'packages/nextjs/app/page.tsx' or 'packages/nextjs/components') |