Prettier
- Integration with ESLint:
Integrating with Linters
- Only
eslint-config-prettieris desired. eslint-plugin-prettierallows running Prettier as if they are linter rules. Helpful when introducing Prettier as a new tool when linters are already in use.
- Only
prettierd, a daemon mode for Prettier that formats code on-the-fly.