mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
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:
parent
22181ce9ce
commit
451983f697
1 changed files with 2 additions and 1 deletions
|
@ -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':[
|
||||
|
|
Loading…
Reference in a new issue