format remove
Remove Format packages from your project.
Removes Format packages with your package manager. The counterpart to format add.
npx format remove "@format.dev/react"pnpm dlx format remove "@format.dev/react"yarn dlx format remove "@format.dev/react"bun x format remove "@format.dev/react"The command won't remove @format.dev/cli — use your package manager directly for that.
Was this page helpful?