@itcase/lint 1.1.38 → 1.1.40
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.
|
@@ -9,12 +9,19 @@ const customGroups = {
|
|
|
9
9
|
fill: '^fill.*',
|
|
10
10
|
fillHover: '^fillHover.*',
|
|
11
11
|
fillActive: '^fillActive.*',
|
|
12
|
+
fillActiveHover: '^fillActiveHover.*',
|
|
12
13
|
fillDisabled: '^fillDisabled.*',
|
|
13
14
|
textColor: '^TextColor.*',
|
|
14
15
|
textColorHover: '^TextColorHover.*',
|
|
15
16
|
textColorActive: '^TextColorActive.*',
|
|
17
|
+
textColorActiveHover: '^TextColorActiveHover.*',
|
|
16
18
|
textColorDisabled: '^TextColorDisabled.*',
|
|
17
19
|
border: '^border.*',
|
|
20
|
+
borderColor: '^BorderColor.*',
|
|
21
|
+
borderColorHover: '^BorderColorHover.*',
|
|
22
|
+
borderColorActive: '^BorderColorActive.*',
|
|
23
|
+
borderColorActiveHover: '^BorderColorActive.*',
|
|
24
|
+
borderColorDisabled: '^BorderColorDisabled.*',
|
|
18
25
|
shadow: '^shadow.*',
|
|
19
26
|
template: '^template.*',
|
|
20
27
|
path: '^path.*',
|
|
@@ -50,11 +50,19 @@ const props = [
|
|
|
50
50
|
'fill',
|
|
51
51
|
'fillHover',
|
|
52
52
|
'fillActive',
|
|
53
|
+
'fillActiveHover',
|
|
53
54
|
'fillDisabled',
|
|
54
55
|
'textColor',
|
|
55
56
|
'textColorHover',
|
|
56
57
|
'textColorActive',
|
|
58
|
+
'textColorActiveHover',
|
|
57
59
|
'textColorDisabled',
|
|
60
|
+
'border',
|
|
61
|
+
'borderColor',
|
|
62
|
+
'borderColorHover',
|
|
63
|
+
'borderColorActive',
|
|
64
|
+
'borderColorActiveHover',
|
|
65
|
+
'borderColorDisabled',
|
|
58
66
|
|
|
59
67
|
'circular',
|
|
60
68
|
'rounded',
|
|
@@ -243,8 +251,6 @@ const props = [
|
|
|
243
251
|
'columnsTablet',
|
|
244
252
|
'columnsDesktop',
|
|
245
253
|
|
|
246
|
-
// Borders and shadows
|
|
247
|
-
'border',
|
|
248
254
|
'shadow',
|
|
249
255
|
'elevation',
|
|
250
256
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.40",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@eslint/compat": "^1.3.2",
|
|
40
40
|
"@eslint/js": "^9.34.0",
|
|
41
41
|
"@eslint/markdown": "^7.2.0",
|
|
42
|
-
"@ianvs/prettier-plugin-sort-imports": "^4.6.
|
|
42
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.6.3",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "^8.41.0",
|
|
44
44
|
"@typescript-eslint/parser": "^8.41.0",
|
|
45
45
|
"eslint": "^9.34.0",
|