-
-
Notifications
You must be signed in to change notification settings - Fork 722
Labels
Milestone
Description
We want to implement the following:
- Support
.prettierignorefile -
--ignore-path=./path/to/ignorefile -
--with-node-modules- Prettier ignores
node_modulesby default
- Prettier ignores
-
.git,.jj,.sl,.svnand.hgare also ignored by default
I will start by considering the feature set to be implemented.
#13705 may be related to this if we add --ignore-pattern=PATH (and/or --no-ignore).