eslint적용시 config모듈을 설치하지 않아서 발생하는것 같다.
eslint-config-react-app 또는 eslint-config-airbnb를 입맛에 맞게 설치하면 된다.
설치 후에는 extends에 react-app을 추가해주면 된다.
'basic > React.js' 카테고리의 다른 글
Uncaught Error: Expected the reducer to be a function. (0) | 2022.01.21 |
---|---|
React Hooks useEffect 제대로 알고 쓰기 (0) | 2022.01.15 |
[Error] Could not find a declaration file for module 'react' (0) | 2021.05.24 |
[React.js] withRouter (0) | 2021.05.24 |
[React.js] redux sample (0) | 2021.05.24 |