본문 바로가기

검색용 개발 블로그

`eslint 'component/**/*' 'pages/**/*' 'payload/**/*' '*.ts' --fix`

요우님의 이력서를 export 해서 index.html을 만드려고 하는데 작동이 되지 않는다

뭐가 문제 일까

Oops! Something went wrong! :( ESLint: 6.8.0. No files matching the pattern "'component/**/*'" were found. Please check for typing mistakes in the pattern.

"lint""eslint 'component/**/*' 'pages/**/*' 'payload/**/*' '*.ts' --fix",

를 아래로 바꾸면 작동하게 된다.

 

"lint": "eslint --fix --ext component/**/*,pages/**/*,payload/**/*,*.ts",

아 되는게 아니었네...

 

 

아니면

https://stackoverflow.com/questions/54543063/how-can-i-suppress-the-no-files-matching-the-pattern-message-in-eslint

 

eslint를 공부해야겠다...