2020-05-26 21:20:45 +02:00
|
|
|
" Vim compiler file
|
|
|
|
" Compiler: ESLint for JavaScript
|
|
|
|
" Maintainer: Romain Lafourcade <romainlafourcade@gmail.com>
|
2024-11-30 11:05:18 +01:00
|
|
|
" Last Change: 2024 Nov 30
|
2020-05-26 21:20:45 +02:00
|
|
|
|
|
|
|
if exists("current_compiler")
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
let current_compiler = "eslint"
|
|
|
|
|
2024-11-30 11:05:18 +01:00
|
|
|
CompilerSet makeprg=npx\ eslint\ --format\ stylish
|
|
|
|
CompilerSet errorformat=%-P%f,\%\\s%#%l:%c\ %#\ %trror\ \ %m,\%\\s%#%l:%c\ %#\ %tarning\ \ %m,\%-Q,\%-G%.%#,
|