We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e7f97 commit 97e57afCopy full SHA for 97e57af
eslint.config.js
@@ -34,7 +34,7 @@ export default [
34
"@typescript-eslint/no-explicit-any": "off",
35
"@typescript-eslint/no-unused-vars": [
36
"error",
37
- { ignoreRestSiblings: true },
+ { ignoreRestSiblings: true, varsIgnorePattern: "^_" },
38
],
39
},
40
0 commit comments