{"library":"raket-prettier-config","title":"Raket Prettier Config","description":"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.","language":"javascript","status":"active","last_verified":"Sat May 09","install":{"commands":["npm install raket-prettier-config"],"cli":null},"imports":["In package.json: \"prettier\": \"raket-prettier-config\""],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install as dev dependency\nnpm install --save-dev raket-prettier-config\n\n// 2. Add to package.json\n{\n  \"prettier\": \"raket-prettier-config\"\n}\n\n// 3. Format all files\nnpx prettier --write .","lang":"javascript","description":"Install the config, set it in package.json, and run Prettier to format the project.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}