jordwalke / VimBox

Simple, Modern MacVim Configuration
MIT License
917 stars 70 forks source link

local jshintrc #4

Open svnlto opened 10 years ago

svnlto commented 10 years ago

seems like regardless whether there is a local .jshintrc in my project, jshint options are being read from ~/.vim/jshint.js..

jordwalke commented 10 years ago

I'll try to move this to the syntastic checker which hopefully covers that case (I want to make sure it works with JSX though) - please let me know if you find a good JSX compatible linter.

Fatxx commented 8 years ago

I would say eslint or standardjs

Syntastic support both.