mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
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
This commit is contained in:
10
.prettierrc
10
.prettierrc
@@ -2,5 +2,13 @@
|
||||
"arrowParens": "avoid",
|
||||
"printWidth": 120,
|
||||
"trailingComma": "all",
|
||||
"useTabs": false
|
||||
"useTabs": false,
|
||||
"overrides": [
|
||||
{
|
||||
"files": "README.md",
|
||||
"options": {
|
||||
"printWidth": 80
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user