{"library":"prettier-preset","title":"Prettier Preset","description":"A sharable configuration preset for Prettier, enabling consistent code formatting across projects. Version 1.0.1 is the latest stable release; development appears sporadic. It differentiates by providing a drop-in preset instead of requiring manual config setup. Currently limited to a single preset with no options to customize. Suitable for teams wanting a standardized Prettier config quickly.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-preset"],"cli":null},"imports":["In package.json: \"prettier\": \"prettier-preset\"","In .prettierrc.js: module.exports = 'prettier-preset';","const preset = require('prettier-preset'); // returns string 'prettier-preset'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install\n$ yarn add --dev prettier prettier-preset\n\n// package.json\n{\n  \"name\": \"my-project\",\n  \"version\": \"1.0.0\",\n  \"prettier\": \"prettier-preset\"\n}\n\n// Then run prettier on files\n$ npx prettier --write src/\n","lang":"javascript","description":"Install the preset and configure Prettier in package.json; then run Prettier.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}