We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27862e commit eb50c51Copy full SHA for eb50c51
src-ts/.eslintrc.js
@@ -73,7 +73,7 @@ module.exports = {
73
memberVariableDeclaration: true,
74
callSignature: true,
75
variableDeclaration: true,
76
- arrayDestructuring: true,
+ arrayDestructuring: false,
77
objectDestructuring: true
78
}
79
],
src-ts/tools/dev-center/dev-center-lib/MarkdownDoc/MarkdownCode.tsx
@@ -123,7 +123,7 @@ const LineNumbers: (props: LineNumbersProps) => React.ReactElement | null
123
<div
124
key={`line-${index}`}
125
className={`${styles.num} ${prev === n ? styles.hidden : ''
126
- }`}
+ }`}
127
>
128
{n}
129
</div>
0 commit comments