Related Projects
ESLint Integrations
- eslint-config-prettier turns off all ESLint rules that are unnecessary or might conflict with Prettier
 - eslint-plugin-prettier runs Prettier as an ESLint rule and reports differences as individual ESLint issues
 - prettier-eslint passes 
prettieroutput toeslint --fix - prettier-standard uses 
prettierxandprettier-eslintto format code withstandardrules 
stylelint Integrations
- stylelint-config-prettier turns off all rules that are unnecessary or might conflict with Prettier.
 - stylelint-prettier runs Prettier as a stylelint rule and reports differences as individual stylelint issues
 - prettier-stylelint passes 
prettieroutput tostylelint --fix 
Forks
- prettierx less opinionated fork of Prettier
 
Misc
- parallel-prettier is an alternative CLI that formats files in parallel to speed up large projects
 - prettier_d runs Prettier as a server to avoid Node.js startup delay
 - pretty-quick formats changed files with Prettier
 - rollup-plugin-prettier allows you to use Prettier with Rollup
 - jest-runner-prettier is Prettier as a Jest runner
 - prettier-chrome is an extension that runs Prettier in the browser
 - spotless lets you run prettier from gradle or maven.
 - csharpier is a port of Prettier for C#
 - reviewdog-action-prettier runs Prettier in GitHub Actions CI/CD workflows