Related Projects
ESLint Integrations
eslint-plugin-prettier
plugs Prettier into your ESLint workfloweslint-config-prettier
turns off all ESLint rules that are unnecessary or might conflict with Prettierprettier-eslint
passesprettier
output toeslint --fix
prettier-standard
usesprettier
andprettier-eslint
to format code with standard rulesprettier-standard-formatter
passesprettier
output tostandard --fix
TSLint Integrations
tslint-plugin-prettier
runs Prettier as a TSLint rule and reports differences as individual TSLint issuestslint-config-prettier
use TSLint with Prettier without any conflictprettier-tslint
passesprettier
output totslint --fix
stylelint Integrations
stylelint-prettier
runs Prettier as a stylelint rule and reports differences as individual stylelint issuesstylelint-config-prettier
turns off all rules that are unnecessary or might conflict with Prettier.prettier-stylelint
passesprettier
output tostylelint --fix
Forks
prettier-miscellaneous
prettier
with a few minor extra options
Misc
neutrino-preset-prettier
allows you to use Prettier as a Neutrino presetprettier_d
runs Prettier as a server to avoid Node.js startup delay. It also supports configuration via.prettierrc
,package.json
, and.editorconfig
.Prettier Bookmarklet
provides a bookmarklet and exposes a REST API for Prettier that allows to format CodeMirror editor in your browserprettier-github
formats code in GitHub commentsrollup-plugin-prettier
allows you to use Prettier with Rollupmarkdown-magic-prettier
allows you to use Prettier to format JS codeblocks in Markdown files via Markdown Magicpretty-quick
formats your changed files with Prettierprettier-chrome
an extension that can be formatted using Prettier in Chromeprettylint
run Prettier as a linterjest-runner-prettier
run Prettier as a Jest runner