prettier-ignore
v0.4.0
Published
Commonly ignore patterns for Prettier
Readme
prettier-ignore
Usage
Install it.
npm i prettier-ignore -DUse it via Prettier by passing --ignore-path option.
npx prettier --ignore-path ./node_modules/prettier-ignore/prettierignore .Why
Prettier will not ignore some common files which should be ignored, like pnpm-lock.yaml file and dist folder, according to their issues. This package provide some commonly patterns which should be ignored by Prettier.
License
MIT
