@itcase/lint 1.1.48 → 1.1.49

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.
@@ -83,8 +83,8 @@ const customGroups = {
83
83
  message: '^message.*',
84
84
  close: '^close.*',
85
85
  open: '^open.*',
86
- is: '^is.*',
87
- set: '^set.*',
86
+ hasIs: '^is.*',
87
+ hasSet: '^set.*',
88
88
  on: '^on.*',
89
89
  onClick: '^onClick.*',
90
90
  onSuccess: '^onSuccess.*',
@@ -199,8 +199,6 @@ const props = [
199
199
  'code',
200
200
  'errors',
201
201
 
202
- 'design',
203
-
204
202
  // Indents and margins
205
203
  'margin',
206
204
  'marginMobile',
@@ -327,22 +325,24 @@ const props = [
327
325
  'tags',
328
326
  'render',
329
327
  'device',
328
+ 'design',
330
329
  'unknown',
331
330
  'before',
332
331
  'after',
333
332
  'open',
334
333
  'close',
335
- 'is',
336
334
  'isActive',
337
335
  'isChecked',
338
336
  'isDisabled',
339
337
  'isError',
340
338
  'isSkeleton',
339
+ 'hasIs',
340
+ 'hasSet',
341
341
  'use',
342
- 'on',
343
342
  'onClick',
344
343
  'onSuccess',
345
344
  'onError',
345
+ 'on',
346
346
  'children',
347
347
 
348
348
  // Mock
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.48",
3
+ "version": "1.1.49",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -40,8 +40,8 @@
40
40
  "@eslint/js": "^9.34.0",
41
41
  "@eslint/markdown": "^7.2.0",
42
42
  "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
43
- "@typescript-eslint/eslint-plugin": "^8.41.0",
44
- "@typescript-eslint/parser": "^8.41.0",
43
+ "@typescript-eslint/eslint-plugin": "^8.42.0",
44
+ "@typescript-eslint/parser": "^8.42.0",
45
45
  "eslint": "^9.34.0",
46
46
  "eslint-import-resolver-alias": "^1.1.2",
47
47
  "eslint-plugin-import": "^2.32.0",
@@ -58,7 +58,7 @@
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.3",
61
+ "eslint-plugin-storybook": "^9.1.4",
62
62
  "expo-modules-autolinking": "^2.1.14",
63
63
  "globals": "^16.3.0",
64
64
  "prettier": "^3.6.2",
@@ -66,18 +66,18 @@
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.41.0"
69
+ "typescript-eslint": "^8.42.0"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@commitlint/cli": "^19.8.1",
73
73
  "@commitlint/config-conventional": "^19.8.1",
74
- "@itcase/config": "^1.0.56",
74
+ "@itcase/config": "^1.0.57",
75
75
  "@semantic-release/changelog": "^6.0.3",
76
76
  "@semantic-release/git": "^10.0.1",
77
77
  "@semantic-release/release-notes-generator": "14.0.3",
78
78
  "conventional-changelog-conventionalcommits": "^9.1.0",
79
79
  "husky": "^9.1.7",
80
- "lint-staged": "^16.1.5",
80
+ "lint-staged": "^16.1.6",
81
81
  "semantic-release": "^24.2.7",
82
82
  "typescript": "^5.9.2"
83
83
  }