Zillow's base Prettier config following their code conventions. Version 1.3.0 requires Node >= 8.9.0. This package provides a shareable Prettier configuration for consistent formatting across Zillow projects. It is intended to be extended in your own .prettierrc file. The config is stable and follows Zillow's JavaScript style guide. Regular updates align with changes in Prettier itself.
npm install prettier-config-zillowVerified import paths — ran on the pinned version, not inferred.
Shows how to install and use prettier-config-zillow as a shareable Prettier config, including optional overrides.
Check for updates to prettier-config-zillow when upgrading Prettier, as rule options or defaults may change.
Use .prettierrc.js or .prettierrc.yaml to avoid JSON strictness.
Upgrade to Node >=10 or later for future compatibility.
Run `npm install --save-dev prettier prettier-config-zillow` and ensure node_modules is not corrupted.
Make sure the file contains exactly a string: "prettier-config-zillow". No commas or extra syntax.
Run Prettier from the project root or specify a correct config path with --config.
No dependency data recorded yet.