ritz078 / embed-js

🌻 A lightweight plugin to embed emojis, media, maps, tweets, code and more. ✨
https://codesandbox.io/s/Wp5OlNMn
MIT License
1.27k stars 88 forks source link

fix lint errors #226

Closed MaxLeiter closed 7 years ago

MaxLeiter commented 7 years ago

Fix building, tests now pass. I think semi-colons should be allowed (and required) at end of lines, but thats personal preference.

ritz078 commented 7 years ago

Prefer standard. Keeps it simple.

MaxLeiter commented 7 years ago

regarding semi-colons? There isn't really a standard - if anything, the standard is to use them after every statement.

ritz078 commented 7 years ago

I was talking about this