Skip to content

Commit ad222dd

Browse files
authored
feat: add syntax highlighting into markdown code block (#5389)
1 parent 5289ce3 commit ad222dd

File tree

110 files changed

+917
-311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+917
-311
lines changed

.eslintrc.react.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ rules:
9696
react-hooks/rules-of-hooks: error
9797
react-hooks/exhaustive-deps:
9898
- warn
99-
- additionalHooks: ^(useLiveRegion|useMemoized)$
99+
- additionalHooks: ^(useLiveRegion|useMemoized|use(\w+)Updater)$
100100

101101
# Conflicts with Adaptive Card schema.
102102
# react/forbid-prop-types: error

CHANGELOG.md

Lines changed: 1 addition & 0 deletions

0 commit comments

Comments
 (0)