{"id":20283,"library":"prettier-babel","title":"@containership/prettier-babel","description":"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.","status":"abandoned","version":"1.0.0","language":"javascript","source_language":"en","source_url":"https://github.com/containership/prettier-babel","tags":["javascript"],"install":[{"cmd":"npm install prettier-babel","lang":"bash","label":"npm"},{"cmd":"yarn add prettier-babel","lang":"bash","label":"yarn"},{"cmd":"pnpm add prettier-babel","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"This is a Prettier configuration package; Prettier itself must be installed to use the config.","package":"prettier","optional":false}],"imports":[{"note":"This is a string reference, not a JavaScript import. Prettier resolves the package name from the prettier key in package.json.","wrong":"import or require the package directly","symbol":"@containership/prettier-babel","correct":"Add to package.json: \"prettier\": \"@containership/prettier-babel\""}],"quickstart":{"code":"// In package.json\n{\n  \"devDependencies\": {\n    \"@containership/prettier-babel\": \"^1.0.0\",\n    \"prettier\": \"^2.0.0\"\n  },\n  \"prettier\": \"@containership/prettier-babel\"\n}","lang":"json","description":"Install the shared config and add it to package.json to apply Containership's Prettier rules."},"warnings":[{"fix":"Consider replacing with a maintained shared config like `@trivago/prettier-plugin-sort-imports` or maintain your own.","message":"Package is unmaintained; may not work with newer Prettier versions or Babel releases.","severity":"gotcha","affected_versions":">=1.0.0"},{"fix":"Use `@containership/prettier-babel` not `prettier-babel`.","message":"The package is scoped under @containership, but the README uses `prettier-babel` in the usage example; ensure you use the scoped name.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Run `yarn add --dev @containership/prettier-babel` and ensure package.json has the correct scoped name.","cause":"Package not installed or typo in package name.","error":"Could not resolve module \"@containership/prettier-babel\""}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}