mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -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',
|
||||
\ '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',
|
||||
|
|
Loading…
Reference in a new issue