Skip to content

Commit 3d62550

Browse files
authored
fix: remove duplicate replacements class entry (#100)
Co-authored-by: Alexandr Khokhanov <[email protected]>
1 parent 1fdff4d commit 3d62550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/rules/no-deprecated-classes.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const replacements = new Map([
3535
['body-1', 'text-body-1'],
3636
['body-2', 'text-body-2'],
3737
['caption', 'text-caption'],
38-
['caption', 'text-caption'],
3938
['overline', 'text-overline'],
4039
[/^transition-(fast-out-slow-in|linear-out-slow-in|fast-out-linear-in|ease-in-out|fast-in-fast-out|swing)$/, false],
4140
])

0 commit comments

Comments
 (0)