@itcase/lint 1.1.27 → 1.1.29
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.
|
@@ -288,6 +288,7 @@ const props = [
|
|
|
288
288
|
'email',
|
|
289
289
|
'phone',
|
|
290
290
|
'component',
|
|
291
|
+
'tags',
|
|
291
292
|
'args',
|
|
292
293
|
'globals',
|
|
293
294
|
'loaders',
|
|
@@ -307,8 +308,10 @@ const props = [
|
|
|
307
308
|
'open',
|
|
308
309
|
'close',
|
|
309
310
|
'is',
|
|
311
|
+
'isActive',
|
|
312
|
+
'isChecked',
|
|
310
313
|
'isDisabled',
|
|
311
|
-
'
|
|
314
|
+
'isError',
|
|
312
315
|
'use',
|
|
313
316
|
'on',
|
|
314
317
|
'onSuccess',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.29",
|
|
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",
|