@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
      }
    }
  ]
}

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @excalidraw/prettier-config

      Weekly Downloads

      2,983

      Version

      1.0.2

      License

      MIT

      Unpacked Size

      2.03 kB

      Total Files

      4

      Last publish

      Collaborators

      • maielo
      • aa1216
      • vjeux
      • dwelle