{"id":20468,"library":"prettierrc","title":"Prettier RC","description":"An abandoned package (version 0.0.0-5) that adds .prettierrc configuration file support for Prettier. The project never reached a stable 1.0 release and has been unmaintained since 2017. It required Prettier ^1.3.1 as a peer dependency. The functionality it provides has since been natively integrated into Prettier itself, making this package obsolete. It only supports reading a config file and does not extend Prettier's capabilities beyond that.","status":"abandoned","version":"0.0.0-5","language":"javascript","source_language":"en","source_url":null,"tags":["javascript","prettier","config"],"install":[{"cmd":"npm install prettierrc","lang":"bash","label":"npm"},{"cmd":"yarn add prettierrc","lang":"bash","label":"yarn"},{"cmd":"pnpm add prettierrc","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"peer dependency required at runtime","package":"prettier","optional":false}],"imports":[],"quickstart":{"code":"// There is no importable module; this package adds a CLI or config loader.\n// Example usage from README:\n// 1. Create .prettierrc file with config options.\n// 2. Run prettier as usual; prettierrc will be automatically detected.\n// NOTE: This package is abandoned; use Prettier's built-in config support instead.","lang":"javascript","description":"Shows that prettierrc has no exports; it works via CLI config detection. The package is obsolete."},"warnings":[{"fix":"Remove prettierrc and rely on Prettier's built-in .prettierrc reading.","message":"Package is abandoned and no longer maintained. Prettier has native config support since v1.7+.","severity":"deprecated","affected_versions":"all"},{"fix":"Do not use in production; consider using Prettier directly with its native config.","message":"Never reached stable release; version 0.0.0-5 is a pre-release with potential breaking changes between versions.","severity":"breaking","affected_versions":">=0.0.0-0"},{"fix":"Use Prettier >=1.7.0 with its built-in config support.","message":"Peer dependency on Prettier ^1.3.1, which is ancient. Modern Prettier versions may not work.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Remove require('prettierrc') from code; the package is used automatically if installed.","cause":"prettierrc is not imported in code; it is a CLI/config extension. There is no exported module.","error":"Cannot find module 'prettierrc'"},{"fix":"Use Prettier >=1.7.0 which natively supports .prettierrc files.","cause":"This package does not register itself with Prettier's config resolution in newer versions.","error":"prettierrc is not recognized as a valid option"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}