prettier
prettier copied to clipboard
Support read nested gitignore files
I try to use that instruction:
prettier !package-lock.json . --ignore-path **/.gitignore --check
But my nested .gitignore files were ignored
Maintainers do not seem inclined to add support for nested ignore-files. See https://github.com/prettier/prettier/issues/4081 But there is a workaround: https://www.npmjs.com/package/prettierignore-monorepo