Skip to content

Commit 631d2ba

Browse files
committed
Fix linting
1 parent d2ce768 commit 631d2ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,9 @@ overrides:
15381538
# `eslint-config-markdown` does not work with `parserOptions.project`, which
15391539
# removes some rules
15401540
extends: ['plugin:@typescript-eslint/disable-type-checked']
1541+
# Currently missing from `disable-type-checked` config
1542+
rules:
1543+
'@typescript-eslint/prefer-destructuring': 0
15411544

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

0 commit comments

Comments
 (0)