Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspoehls committed Dec 3, 2023
1 parent f61b537 commit a9ad7c6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,12 @@ const config: Linter.Config = {
}],

'no-unused-vars': 'off',

/**
* TypeScript already catches unused variables. We may add this rule later if
* there’s something this rule would catch that TypeScript doesn’t. For now,
* we’re leaving this rule turned off and just rely on TypeScript’s help.
*/
* TypeScript already catches unused variables. We may add this rule later if
* there’s something this rule would catch that TypeScript doesn’t. For now,
* we’re leaving this rule turned off and just rely on TypeScript’s help.
*/
// '@typescript-eslint/no-unused-vars': ['error', {
// args: 'none',
// caughtErrors: 'none',
Expand Down

0 comments on commit a9ad7c6

Please sign in to comment.