1. 新建vue.config.js 文件

    键入 :

  module.exports = {
        lintOnSave: false //如果为false,就是取消eslint规则的检查
  }
 
2. 重启后, eslint就关闭了  

相关文章:

  • 2022-01-03
  • 2021-08-20
  • 2021-12-12
  • 2021-12-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-22
猜你喜欢
  • 2022-12-23
  • 2021-09-22
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-08-15
  • 2022-12-23
相关资源
相似解决方案