Excalidraw's Prettier config.
yarn add --dev @excalidraw/prettier-config prettier{
"proseWrap": "never",
"trailingComma": "all",
"overrides": [
{
"files": ["*.json"],
"options": {
"printWidth": 256
}
}
]
}| Name | Name | Last commit date | ||
|---|---|---|---|---|
Excalidraw's Prettier config.
yarn add --dev @excalidraw/prettier-config prettier{
"proseWrap": "never",
"trailingComma": "all",
"overrides": [
{
"files": ["*.json"],
"options": {
"printWidth": 256
}
}
]
}
{ // ... "prettier": "@excalidraw/prettier-config" }