對於每個帶有 javascript 檔案的緩衝區,使用專案的 node_modules 中的所有 javascript 檢查器
node-modules
。如果沒有找到,那麼什麼都不做:我們不在一個專案中。g:syntastic_javascript_checkers
(例如, ['eslint', 'flow']
)node_modules
中尋找可執行檔(如果未找到,則顯示錯誤)b:syntastic_javascript_(checkername)_exec
設定為找到的路徑 Fugitive 的 diff 不能一起工作:外掛程式偵測到node-modules
,但找不到執行檔。如果你知道解決這個問題的方法,歡迎你來 PR!