Skip to content

Commit

Permalink
fix: turn off prefer-destructuring when using typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Oct 5, 2023
1 parent 363bad8 commit 2f54a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/configs/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const baseConfig: Linter.Config = {
"no-unused-vars": "off",
"no-use-before-define": "off",
"object-curly-spacing": "off",
"prefer-destructuring": "off",
"space-infix-ops": "off",
},

Expand Down

0 comments on commit 2f54a2f

Please sign in to comment.