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.
npm install prettierrcNo compatibility data collected yet for this library.
Shows that prettierrc has no exports; it works via CLI config detection. The package is obsolete.
Remove prettierrc and rely on Prettier's built-in .prettierrc reading.
Do not use in production; consider using Prettier directly with its native config.
Use Prettier >=1.7.0 with its built-in config support.
Remove require('prettierrc') from code; the package is used automatically if installed.Use Prettier >=1.7.0 which natively supports .prettierrc files.