@itcase/lint 1.1.61 → 1.1.63

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.
@@ -124,7 +124,7 @@ const props = [
124
124
  'hasSurface',
125
125
  'hasError',
126
126
  'error',
127
- 'errorRequest',
127
+ 'errorAccessDenied',
128
128
  'errorNetwork',
129
129
  'hasWarning',
130
130
 
@@ -269,6 +269,12 @@ const props = [
269
269
  'full',
270
270
  'ghost',
271
271
 
272
+ 'highest',
273
+ 'high',
274
+ 'medium',
275
+ 'low',
276
+ 'lowest',
277
+
272
278
  // Other
273
279
  'overflow',
274
280
  'display',
@@ -318,7 +324,6 @@ const props = [
318
324
  'hasIs',
319
325
  'hasSet',
320
326
  'hasGet',
321
- 'hasGet',
322
327
  'use',
323
328
  'onClick',
324
329
  'onError',
@@ -331,7 +336,7 @@ const props = [
331
336
  'LoadingMock',
332
337
  'ErrorMock',
333
338
  'ErrorNetwork',
334
- 'ErrorRequestMock',
339
+ 'ErrorAccessDeniedMock',
335
340
  'SuccessMock',
336
341
  ]
337
342
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.61",
3
+ "version": "1.1.63",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -40,8 +40,8 @@
40
40
  "@eslint/js": "^9.35.0",
41
41
  "@eslint/markdown": "^7.2.0",
42
42
  "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
43
- "@typescript-eslint/eslint-plugin": "^8.43.0",
44
- "@typescript-eslint/parser": "^8.43.0",
43
+ "@typescript-eslint/eslint-plugin": "^8.44.0",
44
+ "@typescript-eslint/parser": "^8.44.0",
45
45
  "eslint": "^9.35.0",
46
46
  "eslint-import-resolver-alias": "^1.1.2",
47
47
  "eslint-plugin-import": "^2.32.0",
@@ -49,7 +49,7 @@
49
49
  "eslint-plugin-html": "^8.1.3",
50
50
  "eslint-plugin-json": "^4.0.1",
51
51
  "eslint-plugin-mobx": "^0.0.13",
52
- "eslint-plugin-n": "^17.22.0",
52
+ "eslint-plugin-n": "^17.23.0",
53
53
  "eslint-plugin-node": "^11.1.0",
54
54
  "eslint-plugin-perfectionist": "^4.15.0",
55
55
  "eslint-plugin-prettier": "^5.5.4",
@@ -58,15 +58,15 @@
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.5",
62
- "expo-modules-autolinking": "^3.0.10",
61
+ "eslint-plugin-storybook": "^9.1.6",
62
+ "expo-modules-autolinking": "^3.0.11",
63
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",
67
67
  "stylelint-order": "^7.0.0",
68
68
  "stylelint-prettier": "^5.0.3",
69
- "typescript-eslint": "^8.43.0"
69
+ "typescript-eslint": "^8.44.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@commitlint/cli": "^19.8.1",