mirror of
https://github.com/excalidraw/prettier-config.git
synced 2026-05-17 13:30:42 +00:00
465 B
465 B
@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
}
}
]
}