{"library":"prettier-config-freee","title":"prettier-config-freee","description":"Shared Prettier configuration used by freee. Provides a standard set of formatting rules for consistent code style across projects. Current stable version is 2.0.0. Release cadence is low; versions are updated with breaking changes or rule additions. Key differentiator: opinionated rules tailored to freee's coding standards.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-config-freee"],"cli":null},"imports":["\"prettier\": \"prettier-config-freee\" in package.json","echo 'prettier-config-freee' > .prettierrc","module.exports = require('prettier-config-freee') // in .prettierrc.js"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install\nnpm install prettier prettier-config-freee -D -E\n\n// 2. Add to package.json\n\"prettier\": \"prettier-config-freee\"\n\n// 3. (Alternative) Create .prettierrc:\necho 'prettier-config-freee' > .prettierrc\n\n// 4. Format code\nnpx prettier --write .","lang":"javascript","description":"Shows how to install and configure prettier with freee's shareable config.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}