ESLint broken: 제안이 있는 규칙은 "meta.has Suggestions" 속성을 "true"로 설정해야 합니다. VSCode를 사용하고 있으며 회선을 추가할 때'react-hooks/exhaustive-deps': 'warn'.eslintrc.js 에 대해서는, ESLint 출력으로 다음의 정보가 표시됩니다. Rules with suggestions must set the `meta.hasSuggestions` property to `true`. Occurred while linting C:\Users\filepath.jsx:72 Rule: "react-hooks/exhaustive-deps" 다른 모든 보풀이 깨진다..eslintrc.js에 다음 항목을 추가하려고 했습니다. meta: {..