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",
},
'Programming > React' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
์ ์ญ ์ํ ๊ด๋ฆฌ ๋๊ตฌ Recoil (1) | 2024.12.19 |
---|---|
[ AGGRID ] ๊ทธ๋ฆฌ๋ ํ ์ถ๊ฐ, ์ญ์ ์ ๋งจ ์๋ก ์คํฌ๋กค ๋๋ ํ์ ํด๊ฒฐ (1) | 2024.10.14 |
[ React ] vite ์ ๋ ๊ฒฝ๋ก ์ค์ (0) | 2024.10.02 |
[React] CRA๋์ Vite๋ก React ์ค์น ๋ฐ ์คํํ๊ธฐ (TypeScript) (2) | 2024.09.27 |
[ React ] JWT ํ ํฐ (0) | 2024.08.22 |