syko / SublimeLogMagic

Javascript console.log statements at the tip of your fingers
25 stars 5 forks source link

add messing semicolon #5

Closed ctf0 closed 8 years ago

syko commented 8 years ago

The thing with the semicolon is that it's not missing but intentionally left out as per the js standard style (https://github.com/feross/standard). If your linter is screaming about the missing semicolon (I know mine would if I added the semicolon) then we could add a configurable setting for toggling that.

I opened an issue for that #6 Closing this PR.