Update runtime files.
diff --git a/runtime/compiler/eslint.vim b/runtime/compiler/eslint.vim
index 1e7af2b..7d57acb 100644
--- a/runtime/compiler/eslint.vim
+++ b/runtime/compiler/eslint.vim
@@ -1,7 +1,7 @@
" Vim compiler file
" Compiler: ESLint for JavaScript
" Maintainer: Romain Lafourcade <romainlafourcade@gmail.com>
-" Last Change: 2020 May 17
+" Last Change: 2020 August 20
if exists("current_compiler")
finish
@@ -12,5 +12,5 @@
command -nargs=* CompilerSet setlocal <args>
endif
-CompilerSet makeprg=eslint\ --format\ compact
+CompilerSet makeprg=npx\ eslint\ --format\ compact
CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m,%-G%.%#