This commit is contained in:
2025-12-30 16:45:12 -07:00
commit d444fc8056
305 changed files with 657998 additions and 0 deletions

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# 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```