You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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