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
Prettier provides a
--ignore-pathoption 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