Live data from Hacker News

Ask HN: Do you enforce Prettier in all Next.js projects?

news.ycombinator.com

1–2 of 2 posts

Ask HN: Do you enforce Prettier in all Next.js projects?

#1
I’ve been working mostly with Next.js projects recently and noticed that some teams treat Prettier as non-negotiable, while others skip it entirely and rely on ESLint rules or manual formatting.

I’m curious how people here approach this in real projects.

Do you: - enforce Prettier strictly in CI? - allow developers to format however they want? - use something else instead? - skip formatting tools entirely?

Has Prettier ever caused friction in your workflow or improved team velocity?