- commit
- 76fe20bb9820ed429aa8f9cb1071cee85d22f987
- parent
- b70689196313daf74f87e5d1c2e661d776e9d987
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2020-05-08 10:26
eslint: use unix format
Diffstat
| M | ftplugin/javascript_eslint.vim | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftplugin/javascript_eslint.vim b/ftplugin/javascript_eslint.vim
@@ -1,4 +1,4 @@ 1 1 if executable('eslint')2 -1 let b:lint_prg = 'eslint'3 -1 let b:lint_format = '%f: line %l\, col %c\, %m'-1 2 let b:lint_prg = 'eslint -f unix' -1 3 let b:lint_format = '%f:%l:%c: %m' 4 4 endif