Connect Extension.js with formatting, linting, CSS tooling, and UI component workflows used in modern web projects.Documentation Index
Fetch the complete documentation index at: https://extension.js.org/llms.txt
Use this file to discover all available pages before exploring further.
Choose by need
| Need | Start here |
|---|---|
| Add custom transforms beyond SWC (Speedy Web Compiler) | Babel |
| Enforce code-quality rules | ESLint |
| Keep formatting consistent | Prettier |
| Transform CSS with plugins | PostCSS |
| Lint stylesheets in continuous integration (CI) | Stylelint |
| Build composable UI primitives | shadcn/ui |
| Utility-first styling system | Tailwind CSS |
Practical integration order
- Add baseline quality tools: ESLint + Prettier.
- Add style tooling: PostCSS + Stylelint (and Tailwind if needed).
- Add framework-specific tooling only when required.
Next steps
- Align project defaults in Extension configuration.
- Validate changes with Workflows.

