Skip to content

Commit 30a8ccf

Browse files
committed
feat: improve unused-imports/no-unused-varsoptions
1 parent 49cdcdb commit 30a8ccf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/javascript.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ export async function javascript(
243243
{
244244
args: 'after-used',
245245
argsIgnorePattern: '^_',
246+
ignoreRestSiblings: true,
246247
vars: 'all',
247248
varsIgnorePattern: '^_',
248249
},

0 commit comments

Comments
 (0)