Skip to content

Commit

Permalink
🤫 ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Apr 1, 2024
1 parent ef6f205 commit 30498ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_\\d*$",
"argsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_",
"destructuredArrayIgnorePattern": "^_",
"varsIgnorePattern": "^_",
},
],
"@typescript-eslint/triple-slash-reference": "off",
Expand Down

0 comments on commit 30498ad

Please sign in to comment.