에러
[ ESLint ] Error while loading rule '@typescript-eslint/dot-notation' 에러
ESLint를 설정하고 실행하던 도중 해당 에러가 발생했습니다. 해당 에러는 TypeScript 프로젝트에 포함되지 않은 파일을 lint 하려고 할 때 ESLint가 발생시키는 오류입니다. 해결방법 .eslintrc 파일에서 parserOptions 안에 밑에 코드를 추가해 주었습니다. "project": ["./tsconfig.json"]
![[ ESLint ] Error while loading rule '@typescript-eslint/dot-notation' 에러](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fy8Q8h%2FbtrZJcOU8Fx%2FAAAAAAAAAAAAAAAAAAAAABcQh9xIM0nuAeo9NOM2MsgjQnMY8quqCoj8Z9ME3uE7%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3D1oJ8TaFn3%252BmD8ItE2J9y1RODXE8%253D)