sdras / vue-vscode-snippets

These snippets were built to supercharge my workflow in the most seamless manner possible.
https://marketplace.visualstudio.com/items?itemName=sdras.vue-vscode-snippets
MIT License
1.33k stars 185 forks source link

Fix a couple of inconsistenties e.g. missing semi colons and missing braces #69

Closed zwik closed 4 years ago

zwik commented 4 years ago

I noticed some inconsistencies so I I've fixed them :) . Mainly there were some missing semi colons and braces. Your linter will probably fix it for you anyway, but for those who don't have that set up, it is nice to have at least some consistency :) .

These changes will also fix bug #60 and #65 .

sdras commented 4 years ago

Was aiming to move away from semis but I guess everyone's prettier settings and editor will handle that for them :) thanks!