Skip to content

Commit

Permalink
fix up into eslint change
Browse files Browse the repository at this point in the history
  • Loading branch information
beefchimi committed Apr 28, 2024
1 parent bda5d9d commit b493f70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
"error",
"index-signature"
],
// This is preferred over `tsconfig` equivalents.
"@typescript-eslint/no-unused-vars": [
"warn",
{
"ignoreRestSiblings": true,
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
],
"@typescript-eslint/strict-boolean-expressions": "off"
}
}

0 comments on commit b493f70

Please sign in to comment.