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.