@itcase/lint 1.1.26 → 1.1.28
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.
|
@@ -6,7 +6,7 @@ const props = [
|
|
|
6
6
|
'key',
|
|
7
7
|
'type',
|
|
8
8
|
'name',
|
|
9
|
-
|
|
9
|
+
'ref',
|
|
10
10
|
'appearance',
|
|
11
11
|
|
|
12
12
|
// Size and positioning
|
|
@@ -78,7 +78,11 @@ const props = [
|
|
|
78
78
|
'isMobile',
|
|
79
79
|
'isTablet',
|
|
80
80
|
'isDesktop',
|
|
81
|
+
|
|
82
|
+
'initialValues',
|
|
83
|
+
|
|
81
84
|
'config',
|
|
85
|
+
'validationSchema',
|
|
82
86
|
|
|
83
87
|
'dir',
|
|
84
88
|
'src',
|
|
@@ -177,6 +181,8 @@ const props = [
|
|
|
177
181
|
'gapTablet',
|
|
178
182
|
'gapDesktop',
|
|
179
183
|
|
|
184
|
+
'buttonGap',
|
|
185
|
+
|
|
180
186
|
'columns',
|
|
181
187
|
'columnsMobile',
|
|
182
188
|
'columnsTablet',
|
|
@@ -301,8 +307,10 @@ const props = [
|
|
|
301
307
|
'open',
|
|
302
308
|
'close',
|
|
303
309
|
'is',
|
|
310
|
+
'isActive',
|
|
311
|
+
'isChecked',
|
|
304
312
|
'isDisabled',
|
|
305
|
-
'
|
|
313
|
+
'isError',
|
|
306
314
|
'use',
|
|
307
315
|
'on',
|
|
308
316
|
'onSuccess',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.28",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@babel/eslint-plugin": "^7.27.1",
|
|
39
39
|
"@eslint/compat": "^1.3.1",
|
|
40
40
|
"@eslint/js": "^9.31.0",
|
|
41
|
-
"@eslint/markdown": "^7.
|
|
41
|
+
"@eslint/markdown": "^7.1.0",
|
|
42
42
|
"@ianvs/prettier-plugin-sort-imports": "^4.5.1",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
44
44
|
"@typescript-eslint/parser": "^8.38.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
57
57
|
"eslint-plugin-react-native": "^5.0.0",
|
|
58
58
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
59
|
-
"eslint-plugin-storybook": "^9.0.
|
|
59
|
+
"eslint-plugin-storybook": "^9.0.18",
|
|
60
60
|
"expo-modules-autolinking": "^2.1.14",
|
|
61
61
|
"globals": "^16.3.0",
|
|
62
62
|
"prettier": "^3.6.2",
|