Open
Description
Prettier provides a --ignore-path
option that allows users to specify the path to an ignore file. This is especially useful in monorepos or projects with multiple ignore files.
Reference: Prettier CLI --ignore-path
Example usage:
dotnet csharpier format . --ignore-path .config/.csharpierignore --ignore-path .gitignore
Metadata
Metadata
Assignees
Labels
No labels