🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 08:48:46 | PHP 8.1.34
📂
/ (Root)
/
usr
/
share
/
vim
/
vim82
/
compiler
📍 /usr/share/vim/vim82/compiler
🔄 Refresh
✏️
Editing: eslint.vim
Read Only
" Vim compiler file " Compiler: ESLint for JavaScript " Maintainer: Romain Lafourcade <romainlafourcade@gmail.com> " Last Change: 2020 August 20 if exists("current_compiler") finish endif let current_compiler = "eslint" if exists(":CompilerSet") != 2 command -nargs=* CompilerSet setlocal <args> endif CompilerSet makeprg=npx\ eslint\ --format\ compact CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m,%-G%.%#
💾 Save Changes
❌ Cancel