-
에러3(error: Mixed spaces and tabs (no-mixed-spaces-and-tabs))JS/vue.js 2022. 3. 11. 16:30
eslint 에러
space 공백과 tab을 동시에 사용해서 발생하는 에러다.
//package.json "eslintConfig": { "rules": { "no-mixed-spaces-and-tabs": 0 } }
package.json 파일을 열어 다음과 같이 추가해준다.
'JS > vue.js' 카테고리의 다른 글
에러4(Component name should always be multi-word) (0) 2022.03.14 vue7(DevExtreme-DataGrid이용하기) (0) 2022.03.11 vue6(vue-router) (0) 2022.03.11 에러2.([vue]runtime-only build에러) (0) 2022.03.11 에러1(ERESOLVE unable to resolve dependency tree에러) (0) 2022.03.11