Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Oct 22, 2023
1 parent d2ce768 commit 631d2ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1538,6 +1538,9 @@ overrides:
# `eslint-config-markdown` does not work with `parserOptions.project`, which
# removes some rules
extends: ['plugin:@typescript-eslint/disable-type-checked']
# Currently missing from `disable-type-checked` config
rules:
'@typescript-eslint/prefer-destructuring': 0

# Test files, including helpers
- files: ['src/**/*.test.{js,cjs,mjs,ts,cts,mts}']
Expand Down

0 comments on commit 631d2ba

Please sign in to comment.