This commit is contained in:
bracesproul
2025-03-11 13:39:06 -07:00
parent 76a4ffed20
commit 2b849577bd

View File

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