Skip to content

Commit

Permalink
fix: add support for view-transition-name in ESLint valid-styles rule (
Browse files Browse the repository at this point in the history
  • Loading branch information
nmn authored Dec 4, 2024
1 parent 1b019be commit eb1e4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/stylex-valid-styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -2185,6 +2185,7 @@ const CSSProperties = {
unicodeBidi: unicodeBidi,
unicodeRange: unicodeRange,
userSelect: userSelect,
viewTransitionName: makeUnionRule(all, isString),
verticalAlign: verticalAlign,
visibility: visibility,
voiceBalance: voiceBalance,
Expand Down

0 comments on commit eb1e4a2

Please sign in to comment.