Skip to content

Commit aaf8a01

Browse files
committed
Updated @typescript-eslint/no-unused-vars rule
1 parent 0549932 commit aaf8a01

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/swift-plums-greet.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@jsimck/eslint-config": patch
3+
---
4+
5+
Updated @typescript-eslint/no-unused-vars to allow unused arguments

rules/typescript.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export default [
3030
varsIgnorePattern: '^_',
3131
destructuredArrayIgnorePattern: '^_',
3232
ignoreRestSiblings: true,
33+
args: 'none',
3334
},
3435
],
3536
'@typescript-eslint/no-namespace': ['error', { allowDeclarations: true }],

0 commit comments

Comments
 (0)