개요
- HTML의 간소화를 위해 components를 사용하여 새로운 vue파일을 생성하였고, 해당 파일을 불러왔지만...
- Component name "Menu" should always be multi-word vue/multi-word-component-names 에러가 발생
ESLint
- ESLint 란, ES 와 Lint의 "합성어"이다.
- ES는 ECMA Script라는 표준 자바스크립트를 의미
- Lint는 에러가 있는 코드를 의미
해결
- vue/cli를 사용해서 프로젝트를 만들었다면 vue.config.js에서 "lintOnSave : false"를 추가

'디버깅' 카테고리의 다른 글
[JPA]SQL Error: 1064, SQLState: 42000 에러(컬럼 예약어) (0) | 2022.10.26 |
---|---|
[Spring Boot]Controller Test - CSRF 설정 (0) | 2022.08.30 |