From 2b849577bd41723e6e346edf06136eb33e290a59 Mon Sep 17 00:00:00 2001 From: bracesproul Date: Tue, 11 Mar 2025 13:39:06 -0700 Subject: [PATCH] cr --- eslint.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index c7d5751..cea0409 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -20,7 +20,7 @@ export default tseslint.config( rules: { ...reactHooks.configs.recommended.rules, "@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": [ "warn", { allowConstantExport: true },