Programming/React
eslint any ํ์ ์ ๋ํ ์ฒดํฌ ํด์
seulye
2024. 10. 7. 14:46
eslint.config.js ํ์ผ
rules์
"@typescript-eslint/no-explicit-any": "off",
์ถ๊ฐ
rules: {
...reactHooks.configs.recommended.rules,
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },
],
"@typescript-eslint/no-explicit-any": "off",
},