@excalidraw/prettier-config

1.0.2 • Public • Published

@excalidraw/prettier-config

Excalidraw's Prettier config.

Usage

Install

yarn add --dev @excalidraw/prettier-config prettier

Edit package.json

{
  // ...
  "prettier": "@excalidraw/prettier-config"
}

What you get

{
  "proseWrap": "never",
  "trailingComma": "all",
  "overrides": [
    {
      "files": ["*.json"],
      "options": {
        "printWidth": 256
      }
    }
  ]
}

Readme

Keywords

none

Package Sidebar

Install

npm i @excalidraw/prettier-config

Weekly Downloads

1,830

Version

1.0.2

License

MIT

Unpacked Size

2.03 kB

Total Files

4

Last publish

Collaborators

  • maielo
  • aa1216
  • vjeux
  • dwelle