Problem:
Due to the custom path to Prettier config, "webapp/.prettierrc.json", each developer had to configure the extension.
Solution:
Prettier configuration file, as well as Prettier ignore file have been moved to root, which allows Prettier to find the configuration files automatically, reducing friction for developers.
Problem: Due to the custom path to Prettier config, "webapp/.prettierrc.json", each developer had to configure the extension.
Solution: Prettier configuration file, as well as Prettier ignore file have been moved to root, which allows Prettier to find the configuration files automatically, reducing friction for developers.