{"library":"prettier-config-hive","title":"Prettier Config Hive","description":"Prettier Config Hive (v0.1.7) is an opinionated Prettier configuration package from Hive Solutions. It provides a shared, consistent set of formatting rules for Prettier across JavaScript/TypeScript projects. The package is custom to Hive Solutions' internal style guide, offering a standard configuration that can be extended. It is released on npm with no known release cadence, and its key differentiator is that it is tailored specifically for Hive Solutions' codebase style.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-config-hive"],"cli":null},"imports":["import prettierConfigHive from 'prettier-config-hive'","export { default } from 'prettier-config-hive'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// .prettierrc.js\nexport { default } from 'prettier-config-hive';\n// Or if extending:\nimport prettierConfig from 'prettier-config-hive';\nexport default {\n  ...prettierConfig,\n  semi: false // override example\n}","lang":"javascript","description":"Shows how to import and extend the shared Prettier configuration in a project.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}