angus-c / just

A library of dependency-free JavaScript utilities that do just one thing.
https://anguscroll.com/just
MIT License
6k stars 208 forks source link

Fix imports, indentation, consistency in md-variables #567

Open uncenter opened 11 months ago

uncenter commented 11 months ago

This PR fixes a few typos (missing end quotes, missing end parenthesis), updates all imports to use ESM syntax with single quotes, removes indentation from and uncomments examples, and adds missing imports.

uncenter commented 11 months ago

Closes #566 (someone tried to fix one of the typos directly in the readme).