vue报错 1 error and 0 warnings potentially fixable with the `--fix` option. - 前端笔记-报错 :1 error and 0 warnings potentially fixable with the `--fix` option. 报这个错是因为package.jso...

学习笔记

点滴记忆
回忆过往
首页>> web前端 >>vue报错 1 error and 0 warnings potentially fixable with the `--fix` option. - 前端笔记
报错  :  1 error and 0 warnings potentially fixable with the `--fix` option.

报这个错是因为package.json中配置项少了 --fixed
            把lint 修改如下就好了     
                "lint": "eslint --fix --ext .js,.vue src",

  "scripts": {
    "serve""vue-cli-service serve",
    "build""vue-cli-service build",
    "lint""eslint --fix --ext .js,.vue src"
  },






×

感谢您的支持,我们会一直保持!

扫码支持
请土豪扫码随意打赏

打开支付宝扫一扫,即可进行扫码打赏哦

分享从这里开始,精彩与您同在

打赏作者
版权所有,转载注意明处:前端笔记 » vue报错 1 error and 0 warnings potentially fixable with the `--fix` option.

发表评论

路人甲 表情
Ctrl+Enter快速提交

网友评论(0)