zenorocha / sublime-javascript-snippets

JavaScript & NodeJS Snippets for Sublime Text 2/3
https://packagecontrol.io/packages/JavaScript%20%26%20NodeJS%20Snippets
462 stars 94 forks source link

Remove semicolon from snippets #34

Open onhernandes opened 6 years ago

onhernandes commented 6 years ago

What do you think about removing semicolon from snippets?

I've been using standardjs and looks like we don't need to use semicolons anywhere anymore. They gave some cool links explaining about this, that's the summary and some cool links.

If you agree with not using semicolons, I'll fork and submit a PR later removing the semicolons

onhernandes commented 6 years ago

hey @zenorocha

nixtoshi commented 6 years ago

I also think the semicolons should be removed. @onhernandes I was about to fork as well but found another repo that uses standard JS without semicolons: https://github.com/vkhitev/sublime-standardjs-snippets

onhernandes commented 6 years ago

@dalovar that's cool, I liked this repo, thanks for sharing.

Still think that semicolons could be removed from this repo, @zenorocha what do you think? =)