Raket Prettier Config is a shareable configuration package for Prettier, the opinionated code formatter. It provides a preset set of formatting rules intended for use across Raket projects. Version 1.1.8 is the latest stable release. The package is simple to install as a dev dependency and reference in package.json. It offers a standardized formatting baseline, reducing configuration overhead. Unlike other Prettier configs that may extend or customize extensively, Raket Prettier Config is a fixed preset. It is released on npm with low cadence, primarily updated for compatibility with new Prettier versions.
npm install raket-prettier-configNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install the config, set it in package.json, and run Prettier to format the project.
If you need to customize, create your own prettier.config.js that imports and spreads the config.
Install Prettier: npm install --save-dev prettier
Run: npm install --save-dev raket-prettier-config
Ensure package.json has valid JSON: "prettier": "raket-prettier-config"
No dependency data recorded yet.