@itcase/lint 1.1.58 → 1.1.59
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.
|
@@ -132,6 +132,8 @@ const props = [
|
|
|
132
132
|
|
|
133
133
|
'hasRequire',
|
|
134
134
|
'hasSuccess',
|
|
135
|
+
'successCreate',
|
|
136
|
+
'successUpdate',
|
|
135
137
|
'hasDanger',
|
|
136
138
|
'hasInfo',
|
|
137
139
|
'hasDisabled',
|
|
@@ -317,8 +319,8 @@ const props = [
|
|
|
317
319
|
'hasSet',
|
|
318
320
|
'use',
|
|
319
321
|
'onClick',
|
|
320
|
-
'onSuccess',
|
|
321
322
|
'onError',
|
|
323
|
+
'onSuccess',
|
|
322
324
|
'on',
|
|
323
325
|
'children',
|
|
324
326
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itcase/lint",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.59",
|
|
4
4
|
"author": "ITCase",
|
|
5
5
|
"description": "Code style linter configuration presets",
|
|
6
6
|
"engines": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"eslint-plugin-react-native": "^5.0.0",
|
|
60
60
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
61
61
|
"eslint-plugin-storybook": "^9.1.5",
|
|
62
|
-
"expo-modules-autolinking": "^
|
|
63
|
-
"globals": "^16.
|
|
62
|
+
"expo-modules-autolinking": "^3.0.10",
|
|
63
|
+
"globals": "^16.4.0",
|
|
64
64
|
"prettier": "^3.6.2",
|
|
65
65
|
"stylelint-config-standard": "^39.0.0",
|
|
66
66
|
"stylelint-no-unsupported-browser-features": "^8.0.4",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
79
79
|
"husky": "^9.1.7",
|
|
80
80
|
"lint-staged": "^16.1.6",
|
|
81
|
-
"semantic-release": "^24.2.
|
|
81
|
+
"semantic-release": "^24.2.8",
|
|
82
82
|
"typescript": "^5.9.2"
|
|
83
83
|
}
|
|
84
84
|
}
|