10 lines
219 B
Markdown
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```
|