You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently run prettier as part of ESLint via eslint-plugin-prettier. The intention of this was to easily integrate Prettier with our toolchain, but this approach is no longer recommended. We might want to run prettier separately from ESLint.
An added benefit is that by requiring a .prettierrc file, we'd apply our formatting rules to other files that are not linted by ESLint (e.g. markdown, styles, …).
We currently run prettier as part of ESLint via
eslint-plugin-prettier
. The intention of this was to easily integrate Prettier with our toolchain, but this approach is no longer recommended. We might want to run prettier separately from ESLint.An added benefit is that by requiring a
.prettierrc
file, we'd apply our formatting rules to other files that are not linted by ESLint (e.g. markdown, styles, …).See also: https://prettier.io/docs/en/configuration.html#sharing-configurations
The text was updated successfully, but these errors were encountered: