Skip to content

Commit 996b90a

Browse files
committed
chore: lint
Signed-off-by: Ryan Bower <rbower@qti.qualcomm.com>
1 parent 7c04412 commit 996b90a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/frameworks/react-core/src/transitions/get-transition-props.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function reflow(node: Element): void {
1212
// We have to do something with node.scrollTop.
1313
// Otherwise, it's removed from the compiled code by optimizers
1414

15-
// oxlint-disable-next-line no-self-assign
15+
// eslint-disable-next-line no-self-assign
1616
node.scrollTop = node.scrollTop
1717
}
1818

0 commit comments

Comments
 (0)