expected indentation of 0 spaces but found 2 . vue eslint規則和idea衝突

使用vue創建工程時,在vue頁面裏,用到script時,idea默認會縮進兩個空格,而eslint校驗時期望,script下的首行不要縮進。 因此會提示如下報錯: expected indentation of 0 spaces but found 2 .  解決辦法: 1、不校驗縮進,在rule裏增加如下規則: 'rules': { 'indent': 'off' }  2、修改I
相關文章
相關標籤/搜索