1. 程式人生 > 程式設計 >解決vue專案執行出現warnings potentially fixable with the `--fix` option的報錯問題

解決vue專案執行出現warnings potentially fixable with the `--fix` option的報錯問題

問題:-cil3 xTjdZqMC執行報錯 warnings potentially fixable with the `--fix` option.

原因:與建立專案 eslint 設定有問題,可以通過“—fix”選項修復

解決vue專案執行出現warningspotentiallyfixablewiththe`--fix`option的報錯問題

解決辦法:將一下部分:"lint": "vue-cli-sehttp://www.cppcns.comrvice lint" 修改為:eslint --fix --exhttp://www.cppcns.comt .,.vue src

解決vue專案執行出現warningspotentiallyfixablewiththe`--fix`option的報錯問題

以上xTjdZqMC就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支援我們。