@itcase/lint 1.1.6 → 1.1.8

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.
@@ -32,15 +32,20 @@ const customGroups = {
32
32
  min: '^min.*',
33
33
  max: '^max.*',
34
34
 
35
+ findIn: '^findIn.*',
36
+ findBy: '^findBy.*',
37
+
35
38
  flex: '^flex.*',
36
39
  justify: '^justify.*',
37
40
  align: '^align.*',
38
41
  initial: '^initial.*',
39
42
  background: '^background.*',
40
43
  direction: '^direction.*',
44
+
41
45
  isMobile: '^isMobile.*',
42
46
  isTablet: '^isTablet.*',
43
47
  isDesktop: '^isDesktop.*',
48
+
44
49
  close: '^close.*',
45
50
  open: '^open.*',
46
51
  is: '^is.*',
@@ -62,6 +62,9 @@ const props = [
62
62
  'destination',
63
63
  'template',
64
64
 
65
+ 'findIn',
66
+ 'findBy',
67
+
65
68
  'title',
66
69
  'headTitle',
67
70
  'headerTitle',
@@ -221,10 +224,14 @@ const props = [
221
224
  'device',
222
225
  'unknown',
223
226
  'before',
227
+ 'primaryButton',
228
+ 'secondatyButton',
229
+ 'tertiaryButton',
224
230
  'after',
225
231
  'open',
226
232
  'close',
227
233
  'is',
234
+ 'isDisabled',
228
235
  'set',
229
236
  'use',
230
237
  'on',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -36,35 +36,35 @@
36
36
  "@babel/eslint-parser": "^7.27.0",
37
37
  "@babel/eslint-plugin": "^7.27.0",
38
38
  "@eslint/compat": "^1.2.8",
39
- "@eslint/js": "^9.24.0",
40
- "@eslint/markdown": "^6.3.0",
39
+ "@eslint/js": "^9.25.1",
40
+ "@eslint/markdown": "^6.4.0",
41
41
  "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
42
- "@itcase/config": "^1.0.26",
43
- "@typescript-eslint/eslint-plugin": "^8.30.1",
44
- "@typescript-eslint/parser": "^8.30.1",
45
- "eslint": "^9.24.0",
42
+ "@itcase/config": "^1.0.40",
43
+ "@typescript-eslint/eslint-plugin": "^8.31.0",
44
+ "@typescript-eslint/parser": "^8.31.0",
45
+ "eslint": "^9.25.1",
46
46
  "eslint-config-prettier": "^10.1.2",
47
47
  "eslint-plugin-html": "^8.1.2",
48
48
  "eslint-plugin-json": "^4.0.1",
49
49
  "eslint-plugin-mobx": "^0.0.13",
50
50
  "eslint-plugin-n": "^17.17.0",
51
51
  "eslint-plugin-node": "^11.1.0",
52
- "eslint-plugin-perfectionist": "^4.11.0",
52
+ "eslint-plugin-perfectionist": "^4.12.0",
53
53
  "eslint-plugin-prettier": "^5.2.6",
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
- "eslint-plugin-react-refresh": "^0.4.19",
58
+ "eslint-plugin-react-refresh": "^0.4.20",
59
59
  "eslint-plugin-storybook": "^0.12.0",
60
60
  "expo-modules-autolinking": "^2.0.8",
61
61
  "globals": "^16.0.0",
62
62
  "prettier": "^3.5.3",
63
63
  "stylelint-config-standard": "^38.0.0",
64
64
  "stylelint-no-unsupported-browser-features": "^8.0.4",
65
- "stylelint-order": "^6.0.4",
65
+ "stylelint-order": "^7.0.0",
66
66
  "stylelint-prettier": "^5.0.3",
67
- "typescript-eslint": "^8.30.1"
67
+ "typescript-eslint": "^8.31.0"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@commitlint/cli": "^19.8.0",