美文网首页
在VSCODE配置eslint

在VSCODE配置eslint

作者: 黄飘fighting | 来源:发表于2019-01-02 11:30 被阅读0次
    1. 安装扩展插件eslint


      image.png
    2. 全局安装eslint
      $ npm install -g eslint
      project-root$ eslint --init
    3. rule相关配置见官网eslint-rules
    4. react常用的配置如下:

    相关文章

      网友评论

          本文标题:在VSCODE配置eslint

          本文链接:https://www.haomeiwen.com/subject/hdtzlqtx.html