Last Updated: February 25, 2016
·
1.27K
· nxqd

How to ignore angular directive lint error with Vim and syntastic

In your vimrc :

let g:syntastic_html_tidy_ignore_errors=[" proprietary attribute \"ng-"]

And you should be aware of writing directive later to use ng- prefix otherwise remember to add more here.