Registry / devops / prettier-babel

prettier-babel

JSON →
library1.0.0jsnpmunverified

A shared Prettier configuration package from Containership, designed to enforce consistent code formatting across projects using Prettier with Babel. Version 1.0.0 is the initial and likely only release. This package is specific to Containership's internal style guide and is not actively maintained. It differs from other shared configs like `@auto/secret-service-prettier` in being organizational-specific and minimal in documentation.

npm install prettier-babel
INSTALL
IMPORT
SIG · PRETTIER-BABEL
P
prettier-babel
devopsjavascriptv1.0.0
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

@containership/prettier-babel
Add to package.json: "prettier": "@containership/prettier-babel"
import or require the package directly
This is a string reference, not a JavaScript import. Prettier resolves the package name from the prettier key in package.json.

Install the shared config and add it to package.json to apply Containership's Prettier rules.

// In package.json { "devDependencies": { "@containership/prettier-babel": "^1.0.0", "prettier": "^2.0.0" }, "prettier": "@containership/prettier-babel" }
Debug
Known issues
gotchaPackage is unmaintained; may not work with newer Prettier versions or Babel releases.
fix
Consider replacing with a maintained shared config like `@trivago/prettier-plugin-sort-imports` or maintain your own.
affects: >=1.0.0
gotchaThe package is scoped under @containership, but the README uses `prettier-babel` in the usage example; ensure you use the scoped name.
fix
Use `@containership/prettier-babel` not `prettier-babel`.
affects: >=1.0.0
Errors
Common errors & fixes
Could not resolve module "@containership/prettier-babel"
Package not installed or typo in package name.
fix
Run `yarn add --dev @containership/prettier-babel` and ensure package.json has the correct scoped name.
Upgrade
Version history
1.0.0latest on npm
Audit
Dependencies
prettierrequiredThis is a Prettier configuration package; Prettier itself must be installed to use the config.
Agent activity
4 hits · last 30 days
node
4
Resources
prettier-babel — npm install prettier-babel · libregistry