Skip to content

salomvary/vim-eslint-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Vim ESLint Compiler

Installation

Install ESLint (0.5.1 or later)

If you are using pathogen:

cd ~/.vim/bundle
git clone https://github.com/salomvary/vim-eslint-compiler.git

If not, simply save compiler/eslint.vim to your .vim/compiler folder.

Usage

The primary purpose of this script is to validate multiple files or folders recursively and help fixing issues from the quickfix window.

:compiler eslint

"Validate current folder recursively:
:make .

"Validate current file:
:make %

"Validate a folder:
:make app

"Show reults in quickfix window
:copen

Further information:

:help compiler
:help make
:help quickfix

Note: if you rather need inline ESLint feedback while editing or never want to check multiple files or whole projects a better option is Syntastic which has built-in ESLint support.

About

Vim compiler plugin for ESLint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published