@@ -0,0 +1,12 @@
{
"rules": {
"@typescript-eslint/no-unused-vars": [
"error",
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
]
The note is not visible to the blocked user.