{"library":"prettier-config-zillow","title":"prettier-config-zillow","description":"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.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-config-zillow"],"cli":null},"imports":["module.exports = require('prettier-config-zillow');\n// or in .prettierrc.json:\n\"prettier-config-zillow\"","// .prettierrc.js\nmodule.exports = {\n  ...require('prettier-config-zillow'),\n  semi: false\n};"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install\nnpm install --save-dev prettier prettier-config-zillow\n\n// 2. Create .prettierrc.json in project root:\n\"prettier-config-zillow\"\n\n// 3. Alternatively, use .prettierrc.js for overrides:\nmodule.exports = {\n  ...require('prettier-config-zillow'),\n  singleQuote: true\n};","lang":"javascript","description":"Shows how to install and use prettier-config-zillow as a shareable Prettier config, including optional overrides.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}