Commit 42e82e3
committed
refactor(no-unlocalized-strings): remove redundant SVG properties
Remove strokeLinecap, strokeLinejoin, fillRule, clipRule from manual
ignore list - these are already detected via TypeScript's string
literal union types (e.g., "butt" | "round" | "square").
Only keep SVG attributes that accept arbitrary strings like transform,
clipPath, filter, mask, strokeDasharray, etc.1 parent e02b9d1 commit 42e82e3
1 file changed
+4
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
63 | 61 | | |
64 | 62 | | |
65 | 63 | | |
| |||
0 commit comments