You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/rules/no-unlocalized-strings.md
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,30 @@ Default:
153
153
154
154
**Note**: Properties like `type`, `role`, `href`, `id` are NOT in the default list because TypeScript automatically detects them as technical when they have string literal union types.
155
155
156
+
#### Auto-Detected Styling Properties
157
+
158
+
In addition to the explicit list, the rule automatically ignores camelCase properties ending with common styling suffixes:
0 commit comments