Skip to content

Commit 1addd22

Browse files
committed
fix redundancies
1 parent aaf53a8 commit 1addd22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

eslint.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,13 @@ export default [
4848
'@typescript-eslint/no-empty-interface': 'off',
4949
'@typescript-eslint/no-explicit-any': 'error',
5050
'@typescript-eslint/no-non-null-assertion': 'off',
51-
'no-unused-vars': 'off',
5251
'@typescript-eslint/no-unused-vars': [
5352
'error',
5453
{
5554
args: 'after-used',
5655
argsIgnorePattern: '^_',
5756
},
5857
],
59-
'no-use-before-define': 'off',
6058
'@typescript-eslint/no-use-before-define': [
6159
'error',
6260
{

0 commit comments

Comments
 (0)