{"library":"prettier-config-wantedly","title":"prettier-config-wantedly","description":"Prettier configuration preset from Wantedly, currently at version 3.2.2. It is updated as part of the frolint monorepo, but the package itself sees infrequent changes. It provides a shared Prettier config for Wantedly projects, enabling consistent code formatting. Compared to other presets like @shopify/prettier-config or @justeat/prettier-config, it is specific to Wantedly's internal standards and is used alongside their ESLint configurations. The package is stable and intended for internal use, not widely adopted outside Wantedly.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-config-wantedly"],"cli":null},"imports":["module.exports = {\n  ...require(\"prettier-config-wantedly\")\n};","import config from 'prettier-config-wantedly';","module.exports = 'prettier-config-wantedly';"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install\n// npm install --save-dev prettier prettier-config-wantedly\n\n// 2. Create .prettierrc.js\nmodule.exports = {\n  ...require('prettier-config-wantedly'),\n  tabWidth: 4\n};\n\n// 3. Run prettier\n// npx prettier --check src/\n// or with frolint: npx frolint --fix src/\n","lang":"javascript","description":"Install the package, extend the config in a JS file, and run Prettier.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}