@itcase/lint 1.1.16 → 1.1.18

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.
@@ -30,6 +30,19 @@ const customGroups = {
30
30
  hasInfo: '^.*(I|i)nfo.*',
31
31
  hasDisabled: '^.*(D|d)isabled.*',
32
32
 
33
+ hasAccentMuted: '^.*AccentMuted.*',
34
+ hasPrimaryMuted: '^.*PrimaryMuted.*',
35
+ hasSecondaryMuted: '^.*SecondaryMuted.*',
36
+ hasTertiaryMuted: '^.*TertiaryMuted.*',
37
+ hasQuaternaryMuted: '^.*QuaternaryMuted.*',
38
+ hasSurfaceMuted: '^.*SurfaceMuted.*',
39
+ hasErrorMuted: '^(?!on).*ErrorMuted.*',
40
+ hasWarningMuted: '^.*WarningMuted.*',
41
+ hasSuccessMuted: '^(?!on).*SuccessMuted.*',
42
+ hasDangerMuted: '^.*DangerMuted.*',
43
+ hasInfoMuted: '^.*InfoMuted.*',
44
+ hasDisabledMuted: '^.*DisabledMuted.*',
45
+
33
46
  min: '^min.*',
34
47
  max: '^max.*',
35
48
 
@@ -197,6 +197,19 @@ const props = [
197
197
  'hasDanger',
198
198
  'hasDisabled',
199
199
 
200
+ 'hasAccentMuted',
201
+ 'hasPrimaryMuted',
202
+ 'hasSecondaryMuted',
203
+ 'hasTertiaryMuted',
204
+ 'hasQuaternaryMuted',
205
+ 'hasSurfaceMuted',
206
+ 'hasErrorMuted',
207
+ 'hasWarningMuted',
208
+ 'hasSuccessMuted',
209
+ 'hasDangerMuted',
210
+ 'hasInfoMuted',
211
+ 'hasDisabledMuted',
212
+
200
213
  // State
201
214
  'custom',
202
215
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.16",
3
+ "version": "1.1.18",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -37,35 +37,35 @@
37
37
  "@babel/eslint-parser": "^7.27.5",
38
38
  "@babel/eslint-plugin": "^7.27.1",
39
39
  "@eslint/compat": "^1.3.0",
40
- "@eslint/js": "^9.28.0",
40
+ "@eslint/js": "^9.29.0",
41
41
  "@eslint/markdown": "^6.5.0",
42
42
  "@ianvs/prettier-plugin-sort-imports": "^4.4.2",
43
43
  "@itcase/config": "^1.0.47",
44
- "@typescript-eslint/eslint-plugin": "^8.34.0",
45
- "@typescript-eslint/parser": "^8.34.0",
46
- "eslint": "^9.28.0",
44
+ "@typescript-eslint/eslint-plugin": "^8.34.1",
45
+ "@typescript-eslint/parser": "^8.34.1",
46
+ "eslint": "^9.29.0",
47
47
  "eslint-config-prettier": "^10.1.5",
48
48
  "eslint-plugin-html": "^8.1.3",
49
49
  "eslint-plugin-json": "^4.0.1",
50
50
  "eslint-plugin-mobx": "^0.0.13",
51
- "eslint-plugin-n": "^17.19.0",
51
+ "eslint-plugin-n": "^17.20.0",
52
52
  "eslint-plugin-node": "^11.1.0",
53
- "eslint-plugin-perfectionist": "^4.14.0",
54
- "eslint-plugin-prettier": "^5.4.1",
53
+ "eslint-plugin-perfectionist": "^4.15.0",
54
+ "eslint-plugin-prettier": "^5.5.0",
55
55
  "eslint-plugin-promise": "^7.2.1",
56
56
  "eslint-plugin-react": "^7.37.5",
57
57
  "eslint-plugin-react-hooks": "^5.2.0",
58
58
  "eslint-plugin-react-native": "^5.0.0",
59
59
  "eslint-plugin-react-refresh": "^0.4.20",
60
- "eslint-plugin-storybook": "^9.0.8",
61
- "expo-modules-autolinking": "^2.1.11",
60
+ "eslint-plugin-storybook": "^9.0.12",
61
+ "expo-modules-autolinking": "^2.1.12",
62
62
  "globals": "^16.2.0",
63
63
  "prettier": "^3.5.3",
64
64
  "stylelint-config-standard": "^38.0.0",
65
65
  "stylelint-no-unsupported-browser-features": "^8.0.4",
66
66
  "stylelint-order": "^7.0.0",
67
67
  "stylelint-prettier": "^5.0.3",
68
- "typescript-eslint": "^8.34.0"
68
+ "typescript-eslint": "^8.34.1"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@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.0.0",
77
77
  "husky": "^9.1.7",
78
- "lint-staged": "^16.1.0",
78
+ "lint-staged": "^16.1.2",
79
79
  "semantic-release": "^24.2.5",
80
80
  "typescript": "^5.8.3"
81
81
  }