amannn / next-intl

🌐 Internationalization (i18n) for Next.js
https://next-intl-docs.vercel.app
MIT License
2.58k stars 236 forks source link

Run Prettier without ESLint #1349

Closed amannn closed 1 month ago

amannn commented 1 month ago

Is your feature request related to a problem? Please describe.

We currently run Prettier via ESLint, but I know that this workflow is no longer recommended and arguably also something that not many people are familiar with. We should switch to running Prettier separately.

Describe the solution you'd like

This should ideally be addressed upstream in https://github.com/molindo/eslint-config-molindo (which is used by this repo).

Describe alternatives you've considered

Continue using ESLint.