Related Projects
ESLint Integrations
eslint-plugin-prettierplugs Prettier into your ESLint workfloweslint-config-prettierturns off all ESLint rules that are unnecessary or might conflict with Prettierprettier-eslintpassesprettieroutput toeslint --fixprettier-standardusesprettierandprettier-eslintto format code with standard rulesprettier-standard-formatterpassesprettieroutput tostandard --fix
TSLint Integrations
tslint-plugin-prettierruns Prettier as a TSLint rule and reports differences as individual TSLint issuestslint-config-prettieruse TSLint with Prettier without any conflictprettier-tslintpassesprettieroutput totslint --fix
stylelint Integrations
prettier-stylelintpassesprettieroutput tostylelint --fixstylelint-config-prettierturns off all rules that are unnecessary or might conflict with Prettier.
Forks
prettier-miscellaneousprettierwith a few minor extra options
Misc
neutrino-preset-prettierallows you to use Prettier as a Neutrino presetprettier_druns Prettier as a server to avoid Node.js startup delay. It also supports configuration via.prettierrc,package.json, and.editorconfig.Prettier Bookmarkletprovides a bookmarklet and exposes a REST API for Prettier that allows to format CodeMirror editor in your browserprettier-githubformats code in GitHub commentsrollup-plugin-prettierallows you to use Prettier with Rollupmarkdown-magic-prettierallows you to use Prettier to format JS codeblocks in Markdown files via Markdown Magic