Skip to content

Commit 2f54a2f

Browse files
fix: turn off prefer-destructuring when using typescript
1 parent 363bad8 commit 2f54a2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configs/typescript.ts

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const baseConfig: Linter.Config = {
2323
"no-unused-vars": "off",
2424
"no-use-before-define": "off",
2525
"object-curly-spacing": "off",
26+
"prefer-destructuring": "off",
2627
"space-infix-ops": "off",
2728
},
2829

0 commit comments

Comments
 (0)