Skip to content

Commit

Permalink
chore: allow unused variables prefix by "_"
Browse files Browse the repository at this point in the history
  • Loading branch information
kettanaito committed May 17, 2022
1 parent 6170448 commit 05ddaac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'@typescript-eslint/no-unused-vars': [
1,
{
varsIgnorePattern: '^_',
argsIgnorePattern: '^_',
},
],
Expand Down

0 comments on commit 05ddaac

Please sign in to comment.