Skip to content

Commit

Permalink
adjust eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lzurbriggen committed Oct 20, 2023
1 parent 5768225 commit 3581f6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,13 @@ module.exports = {
"@typescript-eslint/restrict-plus-operands": "warn",
"@typescript-eslint/restrict-template-expressions": "warn",
"@typescript-eslint/unbound-method": "warn",
"@typescript-eslint/no-unused-vars": [
"warn",
{
argsIgnorePattern: "^_",
varsIgnorePattern: "^_",
caughtErrorsIgnorePattern: "^_",
},
],
},
};

0 comments on commit 3581f6d

Please sign in to comment.