We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363bad8 commit 2f54a2fCopy full SHA for 2f54a2f
src/configs/typescript.ts
@@ -23,6 +23,7 @@ const baseConfig: Linter.Config = {
23
"no-unused-vars": "off",
24
"no-use-before-define": "off",
25
"object-curly-spacing": "off",
26
+ "prefer-destructuring": "off",
27
"space-infix-ops": "off",
28
},
29
0 commit comments