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-babelVerified import paths — ran on the pinned version, not inferred.
Install the shared config and add it to package.json to apply Containership's Prettier rules.
Consider replacing with a maintained shared config like `@trivago/prettier-plugin-sort-imports` or maintain your own.
Use `@containership/prettier-babel` not `prettier-babel`.
Run `yarn add --dev @containership/prettier-babel` and ensure package.json has the correct scoped name.