Hey everyone
Relatively new developer/upcaser here! I was wondering if anyone knew a beginner-friendly resource for setting up a great linting system in VIM?
I have been trying to set up Rubocop, SCSS-lint, etc.
Hey everyone
Relatively new developer/upcaser here! I was wondering if anyone knew a beginner-friendly resource for setting up a great linting system in VIM?
I have been trying to set up Rubocop, SCSS-lint, etc.
I use syntastic. You can see a basic configuration in the thoughtbot dotfiles: Search ยท syntastic ยท GitHub
thanks for that, iโve been using the thoughtbot dotfiles for a while and just figured out how to not make vim freak out linting ionic templates.