blob: db7a665991e610b28312b2d289b909f28e77d803 [file] [log] [blame]
Bram Moolenaar388a5d42020-05-26 21:20:45 +02001" Vim compiler file
2" Compiler: ESLint for JavaScript
3" Maintainer: Romain Lafourcade <romainlafourcade@gmail.com>
Bram Moolenaar207f0092020-08-30 17:20:20 +02004" Last Change: 2020 August 20
Doug Kearns408281e2024-04-04 22:00:58 +02005" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Bram Moolenaar388a5d42020-05-26 21:20:45 +02006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "eslint"
11
Bram Moolenaar207f0092020-08-30 17:20:20 +020012CompilerSet makeprg=npx\ eslint\ --format\ compact
Bram Moolenaar388a5d42020-05-26 21:20:45 +020013CompilerSet errorformat=%f:\ line\ %l\\,\ col\ %c\\,\ %m,%-G%.%#