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:
Derrick Farris
2023-02-20 18:46:26 -06:00
committed by GitHub
parent f6705a73c7
commit e21796acf5
4 changed files with 236 additions and 143 deletions

View File

@@ -2,5 +2,13 @@
"arrowParens": "avoid",
"printWidth": 120,
"trailingComma": "all",
"useTabs": false
"useTabs": false,
"overrides": [
{
"files": "README.md",
"options": {
"printWidth": 80
}
}
]
}