This commit is contained in:
bracesproul
2025-03-11 13:38:25 -07:00
parent c853047cba
commit 76a4ffed20

View File

@@ -19,6 +19,8 @@ export default tseslint.config(
},
rules: {
...reactHooks.configs.recommended.rules,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-unused-vars": ["warn", { args: "none" }],
"react-refresh/only-export-components": [
"warn",
{ allowConstantExport: true },