summaryrefslogtreecommitdiffstats
path: root/compiler/eslint.vim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/eslint.vim')
-rw-r--r--compiler/eslint.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/eslint.vim b/compiler/eslint.vim
index 1a10be93..1e5e6de5 100644
--- a/compiler/eslint.vim
+++ b/compiler/eslint.vim
@@ -1,4 +1,5 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'javascript') == -1
+
" Vim compiler plugin
" Language: JavaScript
" Maintainer: vim-javascript community
@@ -15,4 +16,5 @@ endif
CompilerSet makeprg=eslint\ -f\ compact\ %
CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m
+
endif