Changes

Jump to: navigation, search

WebExtensions/Hacking

No change in size, 16:54, 29 June 2016
Fix typo and consistent quotes in eslint for vim section
Bundle 'scrooloose/syntastic'
" Enable ESLint in SyntasitcSyntastic.
let g:syntastic_javascript_checkers = ['eslint']
" Enable the HTML plugin, and enable JavaScript linting for HTML files.
let g:syntastic_javascript_eslint_args = ['--plugin', 'html']
let g:syntastic_filetype_map = { "'html"': "'javascript" ' }
After you've added this to your configuration (and have installed Vundle, if necessary), launch Vim and run:
44
edits

Navigation menu