Replies: 1 comment
|
This would be a massive benefit for larger projects with multiple independent parts that may be maintained by different people, or in different environments. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
.prettierignorefile in a subfolder and have it apply to files in that subfolder, akin to how.gitignoreworks.--ignore-pathis cumbersome to maintain, and personally I couldn't get it to work.ignorePathoption to configure this there instead of in the CLI command.It would be great if we could simply place
.prettierignorefiles at any level deep, and for it to just work just like.gitignoredoes (for a given file, see get ignore files up the tree, and see if it is ignored by any of them).Currently Prettier only uses
./.prettierignorein the working directly.All reactions