{"library":"prettier-ignore","title":"prettier-ignore","description":"A utility package that provides commonly used ignore patterns for Prettier to skip files and folders like pnpm-lock.yaml, dist, coverage, etc. Version 0.5.0 requires Node.js >=20.19.0 and is actively maintained. It packages community-agreed ignore rules that Prettier does not ignore by default, saving users from manually listing them. It is distributed via npm and integrates with Prettier's --ignore-path option.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-ignore"],"cli":null},"imports":["const path = require('path'); const ignorePath = path.join(require.resolve('prettier-ignore'), '../prettierignore');","npx prettier --ignore-path ./node_modules/prettier-ignore/prettierignore","const ignorePath = require.resolve('prettier-ignore')"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install: npm i prettier-ignore -D\n// Then run Prettier with the ignore file:\nnpx prettier --ignore-path ./node_modules/prettier-ignore/prettierignore --check .","lang":"javascript","description":"Shows how to install and use prettier-ignore with Prettier's --ignore-path option.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}