Files
hothoney/README.md
2025-12-30 16:45:12 -07:00

10 lines
219 B
Markdown

# Honey's Extension Prettified
I ran the following to clean it up a bit:
```find . -type f -name "*.js" -exec js-beautify -r {} \;```
Which did require installing this npm package:
```pnpm -g install js-beautify```