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.
npm install prettier-config-wantedlyVerified import paths — ran on the pinned version, not inferred.
Install the package, extend the config in a JS file, and run Prettier.
In .prettierrc JSON: { "prettier": "prettier-config-wantedly" }module.exports = { ...require('prettier-config-wantedly'), yourOverrides }Use frolint instead: npm install frolint --save-dev and configure via frolint.config.js
Ensure package is installed: npm install --save-dev prettier-config-wantedly
Use module.exports = 'prettier-config-wantedly'; in .prettierrc.js