首頁- 財經 > 詳情

                  vue3.0 如何取消eslint 的代碼格式校驗

                  2023-04-25 17:46:32來源:騰訊云


                  【資料圖】

                  報錯:

                  You may use special comments to disable some warnings.Use // eslint-disable-next-line to ignore the next line.Use /* eslint-disable */ to ignore all warnings in a file.ERROR in [eslint]C:\Users\xuhuichen\Desktop\gpyh-wechat-h5\src\components\a1.vue  1:1  error  Component name "a1" should always be multi-word  vue/multi-word-component-names

                  解決方法:

                  打開vue.config.js 文件
                  module.exports = {        lintOnSave: false //如果為false,就是取消eslint規則的檢查  }
                  重啟后, eslint就關閉了

                  標簽:

                  上一篇:當前滾動:涼山州市場監管局到木里縣開展食品安全檢查指導工作
                  下一篇:最后一頁