@itcase/lint 1.1.40 → 1.1.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -52,11 +52,13 @@ const props = [
|
|
|
52
52
|
'fillActive',
|
|
53
53
|
'fillActiveHover',
|
|
54
54
|
'fillDisabled',
|
|
55
|
+
|
|
55
56
|
'textColor',
|
|
56
57
|
'textColorHover',
|
|
57
58
|
'textColorActive',
|
|
58
59
|
'textColorActiveHover',
|
|
59
60
|
'textColorDisabled',
|
|
61
|
+
|
|
60
62
|
'border',
|
|
61
63
|
'borderColor',
|
|
62
64
|
'borderColorHover',
|
|
@@ -298,7 +300,6 @@ const props = [
|
|
|
298
300
|
'email',
|
|
299
301
|
'phone',
|
|
300
302
|
'component',
|
|
301
|
-
'tags',
|
|
302
303
|
'args',
|
|
303
304
|
'globals',
|
|
304
305
|
'loaders',
|