Description
Using eslint-plugin-prettier instead of prettier offers no advantages, on the contrary, it complicates development.
I want to call eslint separately to search for problems in the code, and prettier separately to check that the code is formatted correctly.
Description
Using
eslint-plugin-prettierinstead ofprettieroffers no advantages, on the contrary, it complicates development.I want to call
eslintseparately to search for problems in the code, andprettierseparately to check that the code is formatted correctly.