@itcase/lint 1.1.4 → 1.1.6

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.
package/eslint/index.js CHANGED
@@ -11,7 +11,6 @@ import globals from 'globals'
11
11
  import eslintTypeScript from 'typescript-eslint'
12
12
 
13
13
  import {
14
- sortClasses,
15
14
  sortEnums,
16
15
  sortInterfaces,
17
16
  sortIntersectionTypes,
@@ -29,6 +29,9 @@ const customGroups = {
29
29
  danger: '^.*Danger.*',
30
30
  disabled: '^.*Disabled.*',
31
31
 
32
+ min: '^min.*',
33
+ max: '^max.*',
34
+
32
35
  flex: '^flex.*',
33
36
  justify: '^justify.*',
34
37
  align: '^align.*',
@@ -19,6 +19,9 @@ const props = [
19
19
  'justify',
20
20
  'align',
21
21
 
22
+ 'min',
23
+ 'max',
24
+
22
25
  'size',
23
26
  'sizeXXL',
24
27
  'sizeXL',
@@ -52,7 +55,10 @@ const props = [
52
55
  'isDesktop',
53
56
  'config',
54
57
 
58
+ 'dir',
59
+ 'src',
55
60
  'path',
61
+ 'dest',
56
62
  'destination',
57
63
  'template',
58
64
 
@@ -184,7 +190,6 @@ const props = [
184
190
  'confirm',
185
191
 
186
192
  // Other
187
- // Прочее
188
193
  'overflow',
189
194
  'display',
190
195
  'resizeMode',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/lint",
3
- "version": "1.1.4",
3
+ "version": "1.1.6",
4
4
  "author": "ITCase",
5
5
  "description": "Code style linter configuration presets",
6
6
  "engines": {
@@ -33,8 +33,6 @@
33
33
  "registry": "https://registry.npmjs.org/"
34
34
  },
35
35
  "dependencies": {
36
- "@typescript-eslint/eslint-plugin": "^8.29.1",
37
- "@typescript-eslint/parser": "^8.29.1",
38
36
  "@babel/eslint-parser": "^7.27.0",
39
37
  "@babel/eslint-plugin": "^7.27.0",
40
38
  "@eslint/compat": "^1.2.8",
@@ -42,8 +40,10 @@
42
40
  "@eslint/markdown": "^6.3.0",
43
41
  "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
44
42
  "@itcase/config": "^1.0.26",
43
+ "@typescript-eslint/eslint-plugin": "^8.30.1",
44
+ "@typescript-eslint/parser": "^8.30.1",
45
45
  "eslint": "^9.24.0",
46
- "eslint-config-prettier": "^10.1.1",
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",
@@ -64,7 +64,7 @@
64
64
  "stylelint-no-unsupported-browser-features": "^8.0.4",
65
65
  "stylelint-order": "^6.0.4",
66
66
  "stylelint-prettier": "^5.0.3",
67
- "typescript-eslint": "^8.29.1"
67
+ "typescript-eslint": "^8.30.1"
68
68
  },
69
69
  "devDependencies": {
70
70
  "@commitlint/cli": "^19.8.0",
@@ -74,7 +74,7 @@
74
74
  "@semantic-release/release-notes-generator": "14.0.3",
75
75
  "conventional-changelog-conventionalcommits": "^8.0.0",
76
76
  "husky": "^9.1.7",
77
- "lint-staged": "^15.5.0",
77
+ "lint-staged": "^15.5.1",
78
78
  "semantic-release": "^24.2.3",
79
79
  "typescript": "^5.8.3"
80
80
  }