@ghettoddos/eslint-config 1.2.0 → 1.4.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 +61 -0
  2. package/dist/index.d.ts +7721 -7588
  3. package/dist/index.js +1626 -1973
  4. package/package.json +41 -31
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ghettoddos/eslint-config",
3
3
  "type": "module",
4
- "version": "1.2.0",
4
+ "version": "1.4.0",
5
5
  "description": "ghettoDdOS ESLint config",
6
6
  "author": "ghettoDdOS <pen.egor2002@gamil.com> (https://github.com/ghettoDdOS/)",
7
7
  "license": "MIT",
@@ -25,12 +25,17 @@
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-format": ">=0.1.0",
33
+ "eslint-plugin-jsx-a11y": "^6.10.2"
32
34
  },
33
35
  "peerDependenciesMeta": {
36
+ "@next/eslint-plugin-next": {
37
+ "optional": true
38
+ },
34
39
  "@prettier/plugin-xml": {
35
40
  "optional": true
36
41
  },
@@ -39,34 +44,37 @@
39
44
  },
40
45
  "eslint-plugin-format": {
41
46
  "optional": true
47
+ },
48
+ "eslint-plugin-jsx-a11y": {
49
+ "optional": true
42
50
  }
43
51
  },
44
52
  "dependencies": {
45
- "@antfu/install-pkg": "^1.0.0",
46
- "@clack/prompts": "^0.10.0",
47
- "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
48
- "@eslint-react/eslint-plugin": "^1.38.3",
49
- "@eslint/markdown": "^6.3.0",
50
- "@stylistic/eslint-plugin": "^4.2.0",
51
- "@typescript-eslint/eslint-plugin": "^8.28.0",
52
- "@typescript-eslint/parser": "^8.28.0",
53
+ "@antfu/install-pkg": "^1.1.0",
54
+ "@clack/prompts": "^0.11.0",
55
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
56
+ "@eslint-react/eslint-plugin": "^1.50.0",
57
+ "@eslint/markdown": "^6.4.0",
58
+ "@stylistic/eslint-plugin": "^4.4.0",
59
+ "@typescript-eslint/eslint-plugin": "^8.33.0",
60
+ "@typescript-eslint/parser": "^8.33.0",
53
61
  "eslint-config-flat-gitignore": "^2.1.0",
54
- "eslint-flat-config-utils": "^2.0.1",
62
+ "eslint-flat-config-utils": "^2.1.0",
55
63
  "eslint-merge-processors": "^2.0.0",
56
64
  "eslint-plugin-antfu": "^3.1.1",
57
- "eslint-plugin-import-x": "^4.9.3",
58
- "eslint-plugin-jsonc": "^2.20.0",
59
- "eslint-plugin-n": "^17.17.0",
60
- "eslint-plugin-perfectionist": "^4.10.1",
65
+ "eslint-plugin-import-x": "^4.13.3",
66
+ "eslint-plugin-jsonc": "^2.20.1",
67
+ "eslint-plugin-n": "^17.18.0",
68
+ "eslint-plugin-perfectionist": "^4.13.0",
61
69
  "eslint-plugin-pnpm": "^0.3.1",
62
70
  "eslint-plugin-react-hooks": "^5.2.0",
63
- "eslint-plugin-react-refresh": "^0.4.19",
71
+ "eslint-plugin-react-refresh": "^0.4.20",
64
72
  "eslint-plugin-regexp": "^2.7.0",
65
73
  "eslint-plugin-toml": "^0.12.0",
66
- "eslint-plugin-unicorn": "^58.0.0",
74
+ "eslint-plugin-unicorn": "^59.0.1",
67
75
  "eslint-plugin-unused-imports": "^4.1.4",
68
- "eslint-plugin-yml": "^1.17.0",
69
- "globals": "^16.0.0",
76
+ "eslint-plugin-yml": "^1.18.0",
77
+ "globals": "^16.2.0",
70
78
  "jsonc-eslint-parser": "^2.4.0",
71
79
  "local-pkg": "^1.1.1",
72
80
  "parse-gitignore": "^2.0.0",
@@ -75,18 +83,20 @@
75
83
  },
76
84
  "devDependencies": {
77
85
  "@eslint/config-inspector": "^1.0.2",
86
+ "@next/eslint-plugin-next": "^15.3.2",
78
87
  "@prettier/plugin-xml": "^3.4.1",
79
- "@types/node": "^22.13.14",
88
+ "@types/node": "^22.15.24",
80
89
  "@unocss/eslint-plugin": "66.1.0-beta.3",
81
- "bumpp": "^10.1.0",
82
- "eslint": "^9.23.0",
90
+ "bumpp": "^10.1.1",
91
+ "eslint": "^9.27.0",
83
92
  "eslint-plugin-format": "^1.0.1",
84
- "eslint-typegen": "^2.1.0",
85
- "lint-staged": "^15.5.0",
86
- "simple-git-hooks": "^2.12.1",
87
- "tsup": "^8.4.0",
88
- "tsx": "^4.19.3",
89
- "typescript": "^5.8.2"
93
+ "eslint-plugin-jsx-a11y": "^6.10.2",
94
+ "eslint-typegen": "^2.2.0",
95
+ "lint-staged": "^16.1.0",
96
+ "simple-git-hooks": "^2.13.0",
97
+ "tsdown": "^0.12.4",
98
+ "tsx": "^4.19.4",
99
+ "typescript": "^5.8.3"
90
100
  },
91
101
  "simple-git-hooks": {
92
102
  "pre-commit": "npx lint-staged"
@@ -95,11 +105,11 @@
95
105
  "*": "eslint --fix"
96
106
  },
97
107
  "scripts": {
98
- "build": "pnpm typegen && tsup --clean --dts",
99
- "stub": "tsup",
108
+ "build": "pnpm typegen && tsdown --clean --dts",
109
+ "stub": "tsdown",
100
110
  "dev": "pnpx @eslint/config-inspector --config eslint.config.ts",
101
111
  "build:inspector": "pnpm build && pnpx @eslint/config-inspector build",
102
- "watch": "tsup --watch",
112
+ "watch": "tsdown --watch",
103
113
  "lint": "eslint",
104
114
  "typegen": "tsx scripts/typegen.ts",
105
115
  "release": "bumpp && pnpm publish",