Silence unexpected $x statement error message from eslint (it needs the full scope of the project to know what to expect)

This commit is contained in:
Kevin MacMartin 2015-03-23 17:40:48 -04:00
parent 22181ce9ce
commit 451983f697

View file

@ -198,7 +198,8 @@ scriptencoding utf-8
\ 'regex':[
\ '.* is defined but never used',
\ "'[^']*' is not defined",
\ 'Missing "use strict" statement'
\ 'Missing "use strict" statement',
\ 'Unexpected [^ ]* statement.*'
\ ]}
let g:syntastic_javascript_standard_quiet_messages={
\ 'regex':[