Skip to content

Commit

Permalink
fix: correct rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed May 2, 2024
1 parent 7bb92bf commit aaaa893
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-jc",
"version": "5.2.0",
"version": "5.2.1",
"description": "Josh-Cena's personal coding style",
"type": "module",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/src/typescript-typecheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,6 @@ export default tseslint.config({
// Not very useful in practice... A lot of false-positives
"@typescript-eslint/unbound-method": "off",

"@typescript-eslint/use-unknown-in-catch-callback-variables": "error",
"@typescript-eslint/use-unknown-in-catch-callback-variable": "error",
},
});

0 comments on commit aaaa893

Please sign in to comment.