Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure prettier.ignorePath for Visual Studio Code
In our monorepo we defined seprate prettier configurations for the modules and the root directory. VS Code has problems resolving the prettier ignore configuration, and reads root's file by default, which ignores the modules from formatting. Here we specify no file to use with prettier ignore configuration so VS Code can still work.
- Loading branch information