Skip to content

Commit

Permalink
Chore: Allow unused vars in rest object spreading or prefixed with un…
Browse files Browse the repository at this point in the history
…derscore
  • Loading branch information
tvhees committed Aug 17, 2024
1 parent 247d0b6 commit 68650c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
"bundledDependencies": false,
"packageDir": "./"
}
],
"@typescript-eslint/no-unused-vars": [
"error",
{
"argsIgnorePattern": "^_",
"ignoreRestSiblings": true
}
]
}
},
Expand Down

0 comments on commit 68650c9

Please sign in to comment.