From 451983f6971d5f2e75267e3e7c378aeba20c124f Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 23 Mar 2015 17:40:48 -0400 Subject: [PATCH] Silence unexpected $x statement error message from eslint (it needs the full scope of the project to know what to expect) --- vim/config/plugins.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index 2c99134..dfe5eff 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -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':[