@ghettoddos/eslint-config 1.3.0 → 1.5.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 (3) hide show
  1. package/dist/index.d.ts +7636 -7629
  2. package/dist/index.js +1677 -1981
  3. package/package.json +35 -20
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ghettoddos/eslint-config",
3
3
  "type": "module",
4
- "version": "1.3.0",
4
+ "version": "1.5.0",
5
5
  "description": "ghettoDdOS ESLint config",
6
6
  "author": "ghettoDdOS <pen.egor2002@gamil.com> (https://github.com/ghettoDdOS/)",
7
7
  "license": "MIT",
@@ -25,39 +25,51 @@
25
25
  "dist"
26
26
  ],
27
27
  "peerDependencies": {
28
+ "@next/eslint-plugin-next": "^15.3.2",
28
29
  "@prettier/plugin-xml": "^3.4.1",
29
30
  "@unocss/eslint-plugin": ">=0.50.0",
30
31
  "eslint": "^9.10.0",
31
- "eslint-plugin-format": ">=0.1.0"
32
+ "eslint-plugin-effector": "^0.15.0",
33
+ "eslint-plugin-format": ">=0.1.0",
34
+ "eslint-plugin-jsx-a11y": "^6.10.2"
32
35
  },
33
36
  "peerDependenciesMeta": {
37
+ "@next/eslint-plugin-next": {
38
+ "optional": true
39
+ },
34
40
  "@prettier/plugin-xml": {
35
41
  "optional": true
36
42
  },
37
43
  "@unocss/eslint-plugin": {
38
44
  "optional": true
39
45
  },
46
+ "eslint-plugin-effector": {
47
+ "optional": true
48
+ },
40
49
  "eslint-plugin-format": {
41
50
  "optional": true
51
+ },
52
+ "eslint-plugin-jsx-a11y": {
53
+ "optional": true
42
54
  }
43
55
  },
44
56
  "dependencies": {
45
57
  "@antfu/install-pkg": "^1.1.0",
46
- "@clack/prompts": "^0.10.1",
58
+ "@clack/prompts": "^0.11.0",
47
59
  "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
48
- "@eslint-react/eslint-plugin": "^1.49.0",
60
+ "@eslint-react/eslint-plugin": "^1.50.0",
49
61
  "@eslint/markdown": "^6.4.0",
50
- "@stylistic/eslint-plugin": "^4.2.0",
51
- "@typescript-eslint/eslint-plugin": "^8.32.0",
52
- "@typescript-eslint/parser": "^8.32.0",
62
+ "@stylistic/eslint-plugin": "^4.4.0",
63
+ "@typescript-eslint/eslint-plugin": "^8.33.0",
64
+ "@typescript-eslint/parser": "^8.33.0",
53
65
  "eslint-config-flat-gitignore": "^2.1.0",
54
- "eslint-flat-config-utils": "^2.0.1",
66
+ "eslint-flat-config-utils": "^2.1.0",
55
67
  "eslint-merge-processors": "^2.0.0",
56
68
  "eslint-plugin-antfu": "^3.1.1",
57
- "eslint-plugin-import-x": "^4.11.1",
58
- "eslint-plugin-jsonc": "^2.20.0",
69
+ "eslint-plugin-import-x": "^4.13.3",
70
+ "eslint-plugin-jsonc": "^2.20.1",
59
71
  "eslint-plugin-n": "^17.18.0",
60
- "eslint-plugin-perfectionist": "^4.12.3",
72
+ "eslint-plugin-perfectionist": "^4.13.0",
61
73
  "eslint-plugin-pnpm": "^0.3.1",
62
74
  "eslint-plugin-react-hooks": "^5.2.0",
63
75
  "eslint-plugin-react-refresh": "^0.4.20",
@@ -66,7 +78,7 @@
66
78
  "eslint-plugin-unicorn": "^59.0.1",
67
79
  "eslint-plugin-unused-imports": "^4.1.4",
68
80
  "eslint-plugin-yml": "^1.18.0",
69
- "globals": "^16.1.0",
81
+ "globals": "^16.2.0",
70
82
  "jsonc-eslint-parser": "^2.4.0",
71
83
  "local-pkg": "^1.1.1",
72
84
  "parse-gitignore": "^2.0.0",
@@ -75,16 +87,19 @@
75
87
  },
76
88
  "devDependencies": {
77
89
  "@eslint/config-inspector": "^1.0.2",
90
+ "@next/eslint-plugin-next": "^15.3.2",
78
91
  "@prettier/plugin-xml": "^3.4.1",
79
- "@types/node": "^22.15.17",
92
+ "@types/node": "^22.15.24",
80
93
  "@unocss/eslint-plugin": "66.1.0-beta.3",
81
- "bumpp": "^10.1.0",
82
- "eslint": "^9.26.0",
94
+ "bumpp": "^10.1.1",
95
+ "eslint": "^9.27.0",
96
+ "eslint-plugin-effector": "^0.15.0",
83
97
  "eslint-plugin-format": "^1.0.1",
98
+ "eslint-plugin-jsx-a11y": "^6.10.2",
84
99
  "eslint-typegen": "^2.2.0",
85
- "lint-staged": "^16.0.0",
100
+ "lint-staged": "^16.1.0",
86
101
  "simple-git-hooks": "^2.13.0",
87
- "tsup": "^8.4.0",
102
+ "tsdown": "^0.12.4",
88
103
  "tsx": "^4.19.4",
89
104
  "typescript": "^5.8.3"
90
105
  },
@@ -95,11 +110,11 @@
95
110
  "*": "eslint --fix"
96
111
  },
97
112
  "scripts": {
98
- "build": "pnpm typegen && tsup --clean --dts",
99
- "stub": "tsup",
113
+ "build": "pnpm typegen && tsdown --clean --dts",
114
+ "stub": "tsdown",
100
115
  "dev": "pnpx @eslint/config-inspector --config eslint.config.ts",
101
116
  "build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
102
- "watch": "tsup --watch",
117
+ "watch": "tsdown --watch",
103
118
  "lint": "eslint",
104
119
  "typegen": "tsx scripts/typegen.ts",
105
120
  "release": "bumpp && pnpm publish",