I have a project where I have tests and src of my code. I wish to use different prettier configs for tests and application sources, so VSC would do the formatting according to the folder i'm in. Is this possible ?
Currently it's doesn't work for me, so maybe I'm doing something wrong.
I have separate .prettierrc in my main folder and in my tests folder e.g
root/
--tests/
----.prettierrc <-- one for tests
--.prettierrc <-- one for the rest