Integrations guide

Connect Extension.js with formatting, linting, CSS tooling, and UI component workflows used in modern web projects.

Choose by need

Need Start here
Add custom transforms beyond SWC Babel
Enforce code-quality rules ESLint
Keep formatting consistent Prettier
Transform CSS with plugins PostCSS
Lint stylesheets in CI Stylelint
Build composable UI primitives Shadcn/ui
Utility-first styling system Tailwind CSS

Practical integration order

  1. Add baseline quality tools: ESLint + Prettier.
  2. Add style tooling: PostCSS + Stylelint (and Tailwind if needed).
  3. Add framework-specific tooling only when required.

Next steps

Video walkthrough

Video demo soon: integrations setup workflow