Oberon's standard Prettier configuration, version 1.0.0. It is a simple, shared configuration for Prettier that enforces a consistent code style across projects. The package is stable and follows Semantic Versioning. It is intended to be used as an extendable config in package.json, offering an opinionated but minimal setup. Unlike other shareable configs like @company/prettier-config, it focuses on simplicity and integration with Oberon's ecosystem.
npm install oberon-prettier-configVerified import paths — ran on the pinned version, not inferred.
Install Prettier and the shared config, then set the prettier field in package.json.
Set "prettier": "oberon-prettier-config" in package.json.
Ensure prettier is installed separately: npm install -D prettier.
Use the string reference in package.json or export the string from prettier.config.js.
Prettier 2.0+ uses the "prettier" field in package.json or .prettierrc. Ensure oberon-prettier-config is installed.