@ghettoddos/eslint-config 1.6.2 → 1.8.0

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.
Files changed (4) hide show
  1. package/README.md +3 -3
  2. package/dist/index.d.ts +3897 -1718
  3. package/dist/index.js +331 -129
  4. package/package.json +51 -32
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ghettoddos/eslint-config",
3
3
  "type": "module",
4
- "version": "1.6.2",
4
+ "version": "1.8.0",
5
5
  "description": "ghettoDdOS ESLint config",
6
6
  "author": "ghettoDdOS <pen.egor2002@gamil.com> (https://github.com/ghettoDdOS/)",
7
7
  "license": "MIT",
@@ -25,14 +25,17 @@
25
25
  "dist"
26
26
  ],
27
27
  "peerDependencies": {
28
- "@next/eslint-plugin-next": "^15.3.2",
29
- "@prettier/plugin-xml": "^3.4.1",
28
+ "@next/eslint-plugin-next": "^15.4.3",
29
+ "@prettier/plugin-xml": "^3.4.2",
30
+ "@react-native/eslint-plugin": "^0.80.1",
30
31
  "@unocss/eslint-plugin": ">=0.50.0",
31
32
  "eslint": "^9.10.0",
32
- "eslint-plugin-boundaries": "^5.0.1",
33
33
  "eslint-plugin-effector": "^0.15.0",
34
+ "eslint-plugin-expo": "^0.1.4",
34
35
  "eslint-plugin-format": ">=0.1.0",
35
- "eslint-plugin-jsx-a11y": "^6.10.2"
36
+ "eslint-plugin-jsx-a11y": "^6.10.2",
37
+ "eslint-plugin-react-native": "^5.0.0",
38
+ "eslint-plugin-vuejs-accessibility": "^2.4.1"
36
39
  },
37
40
  "peerDependenciesMeta": {
38
41
  "@next/eslint-plugin-next": {
@@ -41,72 +44,88 @@
41
44
  "@prettier/plugin-xml": {
42
45
  "optional": true
43
46
  },
44
- "@unocss/eslint-plugin": {
47
+ "@react-native/eslint-plugin": {
45
48
  "optional": true
46
49
  },
47
- "eslint-plugin-boundaries": {
50
+ "@unocss/eslint-plugin": {
48
51
  "optional": true
49
52
  },
50
53
  "eslint-plugin-effector": {
51
54
  "optional": true
52
55
  },
56
+ "eslint-plugin-expo": {
57
+ "optional": true
58
+ },
53
59
  "eslint-plugin-format": {
54
60
  "optional": true
55
61
  },
56
62
  "eslint-plugin-jsx-a11y": {
57
63
  "optional": true
64
+ },
65
+ "eslint-plugin-react-native": {
66
+ "optional": true
67
+ },
68
+ "eslint-plugin-vuejs-accessibility": {
69
+ "optional": true
58
70
  }
59
71
  },
60
72
  "dependencies": {
61
73
  "@antfu/install-pkg": "^1.1.0",
62
74
  "@clack/prompts": "^0.11.0",
63
75
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
64
- "@eslint-react/eslint-plugin": "^1.50.0",
65
- "@eslint/compat": "^1.2.9",
66
- "@eslint/markdown": "^6.4.0",
67
- "@stylistic/eslint-plugin": "^4.4.0",
68
- "@typescript-eslint/eslint-plugin": "^8.33.0",
69
- "@typescript-eslint/parser": "^8.33.0",
76
+ "@eslint-react/eslint-plugin": "^1.52.3",
77
+ "@eslint/compat": "^1.3.1",
78
+ "@eslint/markdown": "^7.1.0",
79
+ "@stylistic/eslint-plugin": "^5.2.2",
80
+ "@typescript-eslint/eslint-plugin": "^8.38.0",
81
+ "@typescript-eslint/parser": "^8.38.0",
70
82
  "eslint-config-flat-gitignore": "^2.1.0",
71
83
  "eslint-flat-config-utils": "^2.1.0",
72
84
  "eslint-merge-processors": "^2.0.0",
73
85
  "eslint-plugin-antfu": "^3.1.1",
74
- "eslint-plugin-import-x": "^4.13.3",
86
+ "eslint-plugin-import-lite": "^0.3.0",
87
+ "eslint-plugin-import-x": "^4.16.1",
75
88
  "eslint-plugin-jsonc": "^2.20.1",
76
- "eslint-plugin-n": "^17.18.0",
77
- "eslint-plugin-perfectionist": "^4.13.0",
78
- "eslint-plugin-pnpm": "^0.3.1",
89
+ "eslint-plugin-n": "^17.21.0",
90
+ "eslint-plugin-perfectionist": "^4.15.0",
91
+ "eslint-plugin-pnpm": "^1.1.0",
79
92
  "eslint-plugin-react-hooks": "^5.2.0",
80
93
  "eslint-plugin-react-refresh": "^0.4.20",
81
- "eslint-plugin-regexp": "^2.7.0",
94
+ "eslint-plugin-regexp": "^2.9.0",
82
95
  "eslint-plugin-toml": "^0.12.0",
83
- "eslint-plugin-unicorn": "^59.0.1",
96
+ "eslint-plugin-unicorn": "^60.0.0",
84
97
  "eslint-plugin-unused-imports": "^4.1.4",
98
+ "eslint-plugin-vue": "^10.3.0",
85
99
  "eslint-plugin-yml": "^1.18.0",
86
- "globals": "^16.2.0",
100
+ "eslint-processor-vue-blocks": "^2.0.0",
101
+ "globals": "^16.3.0",
87
102
  "jsonc-eslint-parser": "^2.4.0",
88
103
  "local-pkg": "^1.1.1",
89
104
  "parse-gitignore": "^2.0.0",
90
105
  "toml-eslint-parser": "^0.10.0",
106
+ "vue-eslint-parser": "^10.2.0",
91
107
  "yaml-eslint-parser": "^1.3.0"
92
108
  },
93
109
  "devDependencies": {
94
- "@eslint/config-inspector": "^1.0.2",
95
- "@next/eslint-plugin-next": "^15.3.2",
96
- "@prettier/plugin-xml": "^3.4.1",
97
- "@types/node": "^22.15.24",
98
- "@unocss/eslint-plugin": "66.1.0-beta.3",
99
- "bumpp": "^10.1.1",
100
- "eslint": "^9.27.0",
101
- "eslint-plugin-boundaries": "^5.0.1",
110
+ "@eslint/config-inspector": "^1.1.0",
111
+ "@next/eslint-plugin-next": "^15.4.3",
112
+ "@prettier/plugin-xml": "^3.4.2",
113
+ "@react-native/eslint-plugin": "^0.80.1",
114
+ "@types/node": "^24.1.0",
115
+ "@unocss/eslint-plugin": "^66.3.3",
116
+ "bumpp": "^10.2.0",
117
+ "eslint": "^9.31.0",
102
118
  "eslint-plugin-effector": "^0.15.0",
119
+ "eslint-plugin-expo": "^0.1.4",
103
120
  "eslint-plugin-format": "^1.0.1",
104
121
  "eslint-plugin-jsx-a11y": "^6.10.2",
105
- "eslint-typegen": "^2.2.0",
106
- "lint-staged": "^16.1.0",
122
+ "eslint-plugin-react-native": "^5.0.0",
123
+ "eslint-plugin-vuejs-accessibility": "^2.4.1",
124
+ "eslint-typegen": "^2.2.1",
125
+ "lint-staged": "^16.1.2",
107
126
  "simple-git-hooks": "^2.13.0",
108
- "tsdown": "^0.12.4",
109
- "tsx": "^4.19.4",
127
+ "tsdown": "^0.13.0",
128
+ "tsx": "^4.20.3",
110
129
  "typescript": "^5.8.3"
111
130
  },
112
131
  "simple-git-hooks": {