Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi committed Nov 6, 2024
1 parent c698628 commit 9b8acec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ module.exports = {
),
},
],
"@typescript-eslint/no-unused-vars": [
"warn",
'@typescript-eslint/no-unused-vars': [
'warn',
{
"argsIgnorePattern": "^_",
}
argsIgnorePattern: '^_',
},
],
// TODO move rule into the main repo once it has upgraded
'@typescript-eslint/return-await': 'off',
Expand Down

0 comments on commit 9b8acec

Please sign in to comment.