mirror of
https://github.com/prurigro/darkcloud-vimconfig.git
synced 2024-11-22 06:44:09 -05:00
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:
parent
8ebaa19ab7
commit
c35bb6376b
1 changed files with 4 additions and 0 deletions
|
@ -201,6 +201,10 @@ scriptencoding utf-8
|
||||||
\ 'Missing "use strict" statement',
|
\ 'Missing "use strict" statement',
|
||||||
\ 'Unexpected [^ ]* 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={
|
let g:syntastic_javascript_standard_quiet_messages={
|
||||||
\ 'regex':[
|
\ 'regex':[
|
||||||
\ '.* is defined but never used',
|
\ '.* is defined but never used',
|
||||||
|
|
Loading…
Reference in a new issue