Skip to content

Commit eb50c51

Browse files
TCA-560 pr feedback
1 parent f27862e commit eb50c51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src-ts/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = {
7373
memberVariableDeclaration: true,
7474
callSignature: true,
7575
variableDeclaration: true,
76-
arrayDestructuring: true,
76+
arrayDestructuring: false,
7777
objectDestructuring: true
7878
}
7979
],

src-ts/tools/dev-center/dev-center-lib/MarkdownDoc/MarkdownCode.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const LineNumbers: (props: LineNumbersProps) => React.ReactElement | null
123123
<div
124124
key={`line-${index}`}
125125
className={`${styles.num} ${prev === n ? styles.hidden : ''
126-
}`}
126+
}`}
127127
>
128128
{n}
129129
</div>

0 commit comments

Comments
 (0)