Remove the expected assignment or function call error from jshint as this creates errors where they don't actually occur

This commit is contained in:
Kevin MacMartin 2015-11-09 14:40:31 -05:00
parent 8ebaa19ab7
commit c35bb6376b

View file

@ -201,6 +201,10 @@ scriptencoding utf-8
\ 'Missing "use strict" statement',
\ 'Unexpected [^ ]* statement.*'
\ ]}
let g:syntastic_javascript_jshint_quiet_messages={
\ 'regex':[
\ 'Expected an assignment or function call and instead saw an expression.'
\ ]}
let g:syntastic_javascript_standard_quiet_messages={
\ 'regex':[
\ '.* is defined but never used',