본문 바로가기

개발중/troubleshooting

Vue warnings potentially fixable with the `--fix` option.

728x90
반응형

 글이 도움이 되었다면 유튜브 클릭 해주세요 🖤

이건 뭔 에러 일까 ?

 

eslint.org/docs/2.0.0/rules/quotes

 

Rule quotes

Enforce Quote Style (quotes) JavaScript allows you to define strings in one of three ways: double quotes, single quotes, and backticks (as of ECMAScript 6). For example: var double = "double"; var single = 'single'; var backtick = `backtick`; Each of these

eslint.org

아 뭔가 - 이거 사용해서 그런거 같다.

 

3 errors and 0 warnings potentially fixable with the `--fix` option.

도전

 

오예 에러 잡았당 !

npm run lint -- --fix

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 


 

Newline required at end of file but not found

 

이 에러는 vue 파일 아래에 빈줄 추가하라는 에러

728x90
반응형