Files
bun.sh/.prettierrc
Derrick Farris e21796acf5 Add mention of bunx --bun to README (#2114)
* readme(bunx): add info about `bun --bun x`

* chore(formatting): add extension for formatting markdown to avoid a bunch of diffs

* chore(formatting): fix JS formatting in README
2023-02-20 16:46:26 -08:00

15 lines
210 B
Plaintext

{
"arrowParens": "avoid",
"printWidth": 120,
"trailingComma": "all",
"useTabs": false,
"overrides": [
{
"files": "README.md",
"options": {
"printWidth": 80
}
}
]
}