@itcase/lint 1.1.32 → 1.1.34

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.
@@ -107,6 +107,59 @@ const props = [
107
107
  'actions',
108
108
  'status',
109
109
 
110
+ // Colors
111
+ 'accent',
112
+ 'primary',
113
+ 'secondary',
114
+ 'tertiary',
115
+ 'quaternary',
116
+ 'surface',
117
+ 'default',
118
+ 'error',
119
+ 'warning',
120
+ 'require',
121
+ 'success',
122
+ 'danger',
123
+ 'info',
124
+ 'disabled',
125
+
126
+ 'hasAccent',
127
+ 'hasPrimary',
128
+ 'hasSecondary',
129
+ 'hasTertiary',
130
+ 'hasQuaternary',
131
+ 'hasSurface',
132
+ 'hasDefault',
133
+ 'hasError',
134
+ 'hasWarning',
135
+ 'hasRequire',
136
+ 'hasSuccess',
137
+ 'hasDanger',
138
+ 'hasInfo',
139
+ 'hasDisabled',
140
+
141
+ 'hasAccentMuted',
142
+ 'hasPrimaryMuted',
143
+ 'hasSecondaryMuted',
144
+ 'hasTertiaryMuted',
145
+ 'hasQuaternaryMuted',
146
+ 'hasSurfaceMuted',
147
+ 'hasErrorMuted',
148
+ 'hasWarningMuted',
149
+ 'hasSuccessMuted',
150
+ 'hasDangerMuted',
151
+ 'hasInfoMuted',
152
+ 'hasDisabledMuted',
153
+
154
+ // State
155
+ 'custom',
156
+ 'fail',
157
+ 'error500',
158
+ 'nothingFound',
159
+ 'unableLoadData',
160
+ 'refresh',
161
+ 'confirm',
162
+
110
163
  'url',
111
164
  'method',
112
165
  'data',
@@ -206,61 +259,6 @@ const props = [
206
259
  'includeFontPadding',
207
260
  'writingDirection',
208
261
 
209
- // Colors
210
- 'accent',
211
- 'primary',
212
- 'secondary',
213
- 'tertiary',
214
- 'quaternary',
215
- 'surface',
216
- 'default',
217
- 'error',
218
- 'warning',
219
- 'require',
220
- 'success',
221
- 'danger',
222
- 'info',
223
- 'disabled',
224
-
225
- 'hasAccent',
226
- 'hasPrimary',
227
- 'hasSecondary',
228
- 'hasTertiary',
229
- 'hasQuaternary',
230
- 'hasSurface',
231
- 'hasDefault',
232
- 'hasError',
233
- 'hasWarning',
234
- 'hasRequire',
235
- 'hasSuccess',
236
- 'hasDanger',
237
- 'hasInfo',
238
- 'hasDisabled',
239
-
240
- 'hasAccentMuted',
241
- 'hasPrimaryMuted',
242
- 'hasSecondaryMuted',
243
- 'hasTertiaryMuted',
244
- 'hasQuaternaryMuted',
245
- 'hasSurfaceMuted',
246
- 'hasErrorMuted',
247
- 'hasWarningMuted',
248
- 'hasSuccessMuted',
249
- 'hasDangerMuted',
250
- 'hasInfoMuted',
251
- 'hasDisabledMuted',
252
-
253
- // State
254
- 'custom',
255
-
256
- // State
257
- 'fail',
258
- 'error500',
259
- 'nothingFound',
260
- 'unableLoadData',
261
- 'refresh',
262
- 'confirm',
263
-
264
262
  // Style
265
263
  'solid',
266
264
  'outlined',
@@ -316,6 +314,7 @@ const props = [
316
314
  'isChecked',
317
315
  'isDisabled',
318
316
  'isError',
317
+ 'isSkeleton',
319
318
  'use',
320
319
  'on',
321
320
  'onSuccess',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.32",
3
+ "version": "1.1.34",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -36,13 +36,13 @@
36
36
  "dependencies": {
37
37
  "@babel/eslint-parser": "^7.28.0",
38
38
  "@babel/eslint-plugin": "^7.27.1",
39
- "@eslint/compat": "^1.3.1",
40
- "@eslint/js": "^9.32.0",
39
+ "@eslint/compat": "^1.3.2",
40
+ "@eslint/js": "^9.33.0",
41
41
  "@eslint/markdown": "^7.1.0",
42
- "@ianvs/prettier-plugin-sort-imports": "^4.5.1",
43
- "@typescript-eslint/eslint-plugin": "^8.38.0",
44
- "@typescript-eslint/parser": "^8.38.0",
45
- "eslint": "^9.32.0",
42
+ "@ianvs/prettier-plugin-sort-imports": "^4.6.2",
43
+ "@typescript-eslint/eslint-plugin": "^8.39.1",
44
+ "@typescript-eslint/parser": "^8.39.1",
45
+ "eslint": "^9.33.0",
46
46
  "eslint-config-prettier": "^10.1.8",
47
47
  "eslint-plugin-html": "^8.1.3",
48
48
  "eslint-plugin-json": "^4.0.1",
@@ -50,13 +50,13 @@
50
50
  "eslint-plugin-n": "^17.21.3",
51
51
  "eslint-plugin-node": "^11.1.0",
52
52
  "eslint-plugin-perfectionist": "^4.15.0",
53
- "eslint-plugin-prettier": "^5.5.3",
53
+ "eslint-plugin-prettier": "^5.5.4",
54
54
  "eslint-plugin-promise": "^7.2.1",
55
55
  "eslint-plugin-react": "^7.37.5",
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.1.0",
59
+ "eslint-plugin-storybook": "^9.1.2",
60
60
  "expo-modules-autolinking": "^2.1.14",
61
61
  "globals": "^16.3.0",
62
62
  "prettier": "^3.6.2",
@@ -64,7 +64,7 @@
64
64
  "stylelint-no-unsupported-browser-features": "^8.0.4",
65
65
  "stylelint-order": "^7.0.0",
66
66
  "stylelint-prettier": "^5.0.3",
67
- "typescript-eslint": "^8.38.0"
67
+ "typescript-eslint": "^8.39.1"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@commitlint/cli": "^19.8.1",
@@ -75,7 +75,7 @@
75
75
  "@semantic-release/release-notes-generator": "14.0.3",
76
76
  "conventional-changelog-conventionalcommits": "^9.1.0",
77
77
  "husky": "^9.1.7",
78
- "lint-staged": "^16.1.4",
78
+ "lint-staged": "^16.1.5",
79
79
  "semantic-release": "^24.2.7",
80
80
  "typescript": "^5.9.2"
81
81
  }