vue開發如何讓ESLint閉嘴(error Mixed spaces)

在這裏插入圖片描述
error Mixed spaces and tabs no-mixed-spaces-and-tabs

方法簡單:
新建一個vue.config.js

module.exports = {
	//避免eslint報錯
	lintOnSave:false 
}
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章