-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
support dot pattern for CLI #6085
Copy link
Copy link
Closed
Labels
area:cliIssues with Prettier's Command Line InterfaceIssues with Prettier's Command Line Interfacelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Metadata
Metadata
Assignees
Labels
area:cliIssues with Prettier's Command Line InterfaceIssues with Prettier's Command Line Interfacelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Environments:
Steps to reproduce:
node_modules/.bin/prettier . --writeExpected behavior:
Format all supported files.
Actual behavior:
output:
Additional info:
All popular linters (like
stylelintandeslint) support.pattern. I think we should do same. I don't want have list of globs. It is good for DX and 0CJS configuration./cc @prettier/core What do you think? I can take care about this and send a PR.