Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 734 Bytes

File metadata and controls

24 lines (19 loc) · 734 Bytes

@getaround-eu/prettier-config npm CircleCI

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-config

Usage

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
}