Skip to content

Commit

Permalink
[core] Update eslint config (#44586)
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi authored Nov 28, 2024
1 parent b89845a commit 13c219c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ module.exports = /** @type {Config} */ ({
variables: true,
},
],
'@typescript-eslint/no-unused-vars': [
'error',
{ vars: 'all', args: 'after-used', ignoreRestSiblings: true, argsIgnorePattern: '^_' },
],
'no-use-before-define': 'off',

// disabled type-aware linting due to performance considerations
Expand Down

0 comments on commit 13c219c

Please sign in to comment.