Prevent missing React when using JSX (react/react-in-jsx-scope)
리액트 17 부터 import React from 'react'문을 쓰지 않아도 되는데 ESLint가 잔소리하는 문제
import React from 'react'
.eslintrc.json 파일에 위의 하이라이트 된 설정을 off 해준다
.eslintrc.json
macOS Big Sur 11.5.2
React.js 17.0.2
eslint-plugin-react Repository Stack Overflow DEV