id: related-projects
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
passes prettier
output to eslint --fix
prettier-standard
uses prettier
and prettier-eslint
to format code with standard rulesprettier-standard-formatter
passes prettier
output to standard --fix
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
passes prettier
output to tslint --fix
prettier-stylelint
passes prettier
output to stylelint --fix
stylelint-config-prettier
turns off all rules that are unnecessary or might conflict with Prettier.prettier-miscellaneous
prettier
with a few minor extra optionsneutrino-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 Chrome