For each buffer with javascript file use all the javascript checkers from node_modules of the project
node-modules
of the project. If not found, then do nothing: we're not in a project.g:syntastic_javascript_checkers
(For example, ['eslint', 'flow']
)node_modules
(If not found, show an error)b:syntastic_javascript_(checkername)_exec
to the path foundFugitive's diff doesn't work together: the plugin detects node-modules
, but doesn't find the executables. If you know a way to fix this, you're welcome to PR!