Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我喜欢 JSLint,我喜欢它严格!
我今天一直在为 vim 使用出色的合成插件,我喜欢它。但我只是注意到给 jslint 的选项让它变得太友好了。有什么方法可以从 jslint 中设置选项vimrc,还是需要分叉/修改插件?
vimrc
let g:syntastic_javascript_jslint_args = "--your --options --here"
将此变量设置为空字符串""也是有效的。
""
你可以设置
let g:syntastic_javascript_jshint_conf = '$HOME/vimfiles/mycustomfiles/.jshintrc'
并让您在 .jshintrc 中进行配置