VueJS setup for Atom
Clash Royale CLAN TAG#URR8PPP
VueJS setup for Atom
I was looking for linter and hinter for VueJS. Also i am using tyepsript everywhere so js-hint
and linter-jscs
won't be useful.
I currently have these:
js-hint
linter-jscs
language-vue
atom-beautify
emmet
linter
linter-ui-default
The features i need:
2 Answers
2
Basic snippets
Linter
To enable Emmet with Vue language on Atom
Copy and paste this code
'atom-text-editor[data-grammar~="vue"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
'atom-text-editor[data-grammar~="vue"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.