@itcase/lint 1.1.4 → 1.1.5

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,
@@ -52,7 +52,10 @@ const props = [
52
52
  'isDesktop',
53
53
  'config',
54
54
 
55
+ 'dir',
56
+ 'src',
55
57
  'path',
58
+ 'dest',
56
59
  'destination',
57
60
  'template',
58
61
 
@@ -184,7 +187,6 @@ const props = [
184
187
  'confirm',
185
188
 
186
189
  // Other
187
- // Прочее
188
190
  'overflow',
189
191
  'display',
190
192
  '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.5",
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
  }