paulirish / lite-youtube-embed

A faster youtube embed.
https://paulirish.github.io/lite-youtube-embed/
Other
5.68k stars 260 forks source link

Add Prettier script and config #111

Closed coliff closed 4 months ago

coliff commented 2 years ago

This changes spacing from 4 to 2. The actual code is near identical other than line lengths being a bit shorter in JS (could be modified in the prettier config if you want?). For the CSS a leading zero was adding to filter .1s (line 58) and one instance of double-quotes was changed to single quotes (line 31). A .gitignore file was added (needed to ignore node_modules).

paulirish commented 4 months ago

Gonna leave this out for now. Thank you though.