Skip to content

Commit

Permalink
Narrowing the extensions for ESLint config overrides.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Mar 9, 2025
1 parent 5650890 commit c761007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rules:
no-trailing-spaces: error
no-unused-vars: [error, { vars: all, args: none, ignoreRestSiblings: true }]
overrides:
- files: ["*.ts"]
- files: ["*.d.ts"]
parser: "@typescript-eslint/parser"
rules:
no-unused-vars: off

0 comments on commit c761007

Please sign in to comment.