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.
npm install prettier-config-hiveVerified import paths — ran on the pinned version, not inferred.
Shows how to import and extend the shared Prettier configuration in a project.
Use import (ESM) or switch to a CJS-compatible config package.
Extend the config and override specific options.
Consider forking or switching to a more maintained config like prettier-config-standard.
npm install prettier-config-hive --save-dev
Use import syntax in an ESM context or use dynamic import().
Only import the main entry point: import prettierConfig from 'prettier-config-hive'