@getaround-eu/prettier-config
v1.2.2
Published
Shareable prettier config for Getaround's projects
Readme
@getaround-eu/prettier-config

[!IMPORTANT] :pushpin: This won't be maintained anymore. We moved to Biome. Please use @getaround-eu/biome-config instead.
Shareable Prettier config for Getaround's projects.
yarn add -D @getaround-eu/prettier-config
npm install -D @getaround-eu/prettier-config
pnpm install -D @getaround-eu/prettier-configUsage
In a .prettierrc.json:
"@getaround-eu/prettier-config"Or in order to be extended, in a .prettierrc.js:
module.exports = {
...require("@getaround-eu/prettier-config"),
singleQuote: true
}