@itcase/lint 1.1.47 → 1.1.49
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.
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
const props = [
|
|
2
2
|
'UPPERCASE',
|
|
3
3
|
'id',
|
|
4
|
+
'appearance',
|
|
5
|
+
'className',
|
|
4
6
|
'dataTestId',
|
|
5
7
|
'dataTour',
|
|
6
|
-
'className',
|
|
7
8
|
'key',
|
|
8
9
|
'type',
|
|
9
10
|
'name',
|
|
10
11
|
'ref',
|
|
11
|
-
'appearance',
|
|
12
12
|
|
|
13
13
|
// Size and positioning
|
|
14
14
|
'width',
|
|
@@ -60,13 +60,6 @@ const props = [
|
|
|
60
60
|
'textColorActiveHover',
|
|
61
61
|
'textColorDisabled',
|
|
62
62
|
|
|
63
|
-
'border',
|
|
64
|
-
'borderColor',
|
|
65
|
-
'borderColorHover',
|
|
66
|
-
'borderColorActive',
|
|
67
|
-
'borderColorActiveHover',
|
|
68
|
-
'borderColorDisabled',
|
|
69
|
-
|
|
70
63
|
'circular',
|
|
71
64
|
'rounded',
|
|
72
65
|
'roundedXXL',
|
|
@@ -120,6 +113,13 @@ const props = [
|
|
|
120
113
|
'actions',
|
|
121
114
|
'status',
|
|
122
115
|
|
|
116
|
+
'border',
|
|
117
|
+
'borderColor',
|
|
118
|
+
'borderColorHover',
|
|
119
|
+
'borderColorActive',
|
|
120
|
+
'borderColorActiveHover',
|
|
121
|
+
'borderColorDisabled',
|
|
122
|
+
|
|
123
123
|
`Default`,
|
|
124
124
|
`Require`,
|
|
125
125
|
`Validation`,
|
|
@@ -199,8 +199,6 @@ const props = [
|
|
|
199
199
|
'code',
|
|
200
200
|
'errors',
|
|
201
201
|
|
|
202
|
-
'design',
|
|
203
|
-
|
|
204
202
|
// Indents and margins
|
|
205
203
|
'margin',
|
|
206
204
|
'marginMobile',
|
|
@@ -327,22 +325,24 @@ const props = [
|
|
|
327
325
|
'tags',
|
|
328
326
|
'render',
|
|
329
327
|
'device',
|
|
328
|
+
'design',
|
|
330
329
|
'unknown',
|
|
331
330
|
'before',
|
|
332
331
|
'after',
|
|
333
332
|
'open',
|
|
334
333
|
'close',
|
|
335
|
-
'is',
|
|
336
334
|
'isActive',
|
|
337
335
|
'isChecked',
|
|
338
336
|
'isDisabled',
|
|
339
337
|
'isError',
|
|
340
338
|
'isSkeleton',
|
|
339
|
+
'hasIs',
|
|
340
|
+
'hasSet',
|
|
341
341
|
'use',
|
|
342
|
-
'on',
|
|
343
342
|
'onClick',
|
|
344
343
|
'onSuccess',
|
|
345
344
|
'onError',
|
|
345
|
+
'on',
|
|
346
346
|
'children',
|
|
347
347
|
|
|
348
348
|
// Mock
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.49",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
@@ -39,9 +39,9 @@
|
|
|
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.
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
44
|
-
"@typescript-eslint/parser": "^8.
|
|
42
|
+
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "^8.42.0",
|
|
44
|
+
"@typescript-eslint/parser": "^8.42.0",
|
|
45
45
|
"eslint": "^9.34.0",
|
|
46
46
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
47
47
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
59
59
|
"eslint-plugin-react-native": "^5.0.0",
|
|
60
60
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
61
|
-
"eslint-plugin-storybook": "^9.1.
|
|
61
|
+
"eslint-plugin-storybook": "^9.1.4",
|
|
62
62
|
"expo-modules-autolinking": "^2.1.14",
|
|
63
63
|
"globals": "^16.3.0",
|
|
64
64
|
"prettier": "^3.6.2",
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
"stylelint-no-unsupported-browser-features": "^8.0.4",
|
|
67
67
|
"stylelint-order": "^7.0.0",
|
|
68
68
|
"stylelint-prettier": "^5.0.3",
|
|
69
|
-
"typescript-eslint": "^8.
|
|
69
|
+
"typescript-eslint": "^8.42.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@commitlint/cli": "^19.8.1",
|
|
73
73
|
"@commitlint/config-conventional": "^19.8.1",
|
|
74
|
-
"@itcase/config": "^1.0.
|
|
74
|
+
"@itcase/config": "^1.0.57",
|
|
75
75
|
"@semantic-release/changelog": "^6.0.3",
|
|
76
76
|
"@semantic-release/git": "^10.0.1",
|
|
77
77
|
"@semantic-release/release-notes-generator": "14.0.3",
|
|
78
78
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
79
79
|
"husky": "^9.1.7",
|
|
80
|
-
"lint-staged": "^16.1.
|
|
80
|
+
"lint-staged": "^16.1.6",
|
|
81
81
|
"semantic-release": "^24.2.7",
|
|
82
82
|
"typescript": "^5.9.2"
|
|
83
83
|
}
|