DEV Community

Discussion on: NodeJS + ESLint + Prettier - Simplest setup ever

Collapse
 
filipeue profile image
Filip Kováč

The setup you presented is according to prettier docs "generally not recommened".
prettier.io/docs/en/integrating-wi...
Namely using eslint-plugin-prettier, which I find very annoying.

Collapse
 
siddiqus profile image
Sabbir Siddiqui • Edited

ah yes! I did read that part as well. Read that section a few times and tried to do it that way, but the above steps did work for what I was looking for specifically.
"These are generally not recommended, but can be useful in certain circumstances."

¯\(ツ)