我试图按照以下说明进行操作:
https://github.com/walm/jshint.vim
我安装了病原体并将存储库https://github.com/walm/jshint.vim克隆到〜/ .vim / bundle中 但是当我用vim打开一个javascript文件并输入
<input type="text" name="name" id="name" />
<br/>
<label>id : </label>
<input type="text" name="userId" id="userId" />
<br />
<input type="submit" oncClick={()=>this.handleSubmit()}value="Add
user"/>
我明白了
:JSHint
可能是这些警告错误是其原因:
E492: Not an editor command: JSHint
我收到以下警告:
sudo npm install -g jshint