@kazupon/eslint-config 0.17.0 → 0.18.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.
@@ -4,6 +4,7 @@ export * from './gens/imports.ts';
4
4
  export * from './gens/javascript.ts';
5
5
  export * from './gens/jsdoc.ts';
6
6
  export * from './gens/jsonc.ts';
7
+ export * from './gens/markdown.ts';
7
8
  export * from './gens/prettier.ts';
8
9
  export * from './gens/promise.ts';
9
10
  export * from './gens/react.ts';
@@ -4,6 +4,7 @@ export * from './gens/imports.ts';
4
4
  export * from './gens/javascript.ts';
5
5
  export * from './gens/jsdoc.ts';
6
6
  export * from './gens/jsonc.ts';
7
+ export * from './gens/markdown.ts';
7
8
  export * from './gens/prettier.ts';
8
9
  export * from './gens/promise.ts';
9
10
  export * from './gens/react.ts';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kazupon/eslint-config",
3
3
  "description": "ESLint config for @kazupon",
4
- "version": "0.17.0",
4
+ "version": "0.18.0",
5
5
  "author": {
6
6
  "email": "kawakazu80@gmail.com",
7
7
  "name": "kazuya kawaguchi"
@@ -43,15 +43,16 @@
43
43
  "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
44
44
  "@eslint/js": "^9.0.0",
45
45
  "@kazupon/jts-utils": "^0.2.0",
46
- "eslint-flat-config-utils": "^0.3.0",
46
+ "eslint-flat-config-utils": "^0.4.0",
47
47
  "globals": "^15.8.0"
48
48
  },
49
49
  "peerDependencies": {
50
+ "@eslint/markdown": ">=6.1.0",
50
51
  "@vitest/eslint-plugin": ">=1.0.0",
51
52
  "eslint": ">=8.56.0 || >=9.0.0",
52
53
  "eslint-config-prettier": ">=9.1.0",
53
54
  "eslint-import-resolver-typescript": ">=3.6.0",
54
- "eslint-plugin-import-x": ">=4.1.0",
55
+ "eslint-plugin-import": ">=2.31.0",
55
56
  "eslint-plugin-jsdoc": ">=48.5.0",
56
57
  "eslint-plugin-jsonc": ">=2.16.0",
57
58
  "eslint-plugin-promise": ">=6.4.0",
@@ -72,6 +73,9 @@
72
73
  "typescript-eslint": ">=7.0.0"
73
74
  },
74
75
  "peerDependenciesMeta": {
76
+ "@eslint/markdown": {
77
+ "optional": true
78
+ },
75
79
  "@vitest/eslint-plugin": {
76
80
  "optional": true
77
81
  },
@@ -81,7 +85,7 @@
81
85
  "eslint-import-resolver-typescript": {
82
86
  "optional": true
83
87
  },
84
- "eslint-plugin-import-x": {
88
+ "eslint-plugin-import": {
85
89
  "optional": true
86
90
  },
87
91
  "eslint-plugin-jsdoc": {
@@ -140,15 +144,16 @@
140
144
  }
141
145
  },
142
146
  "devDependencies": {
147
+ "@eslint/markdown": "^6.1.1",
143
148
  "@kazupon/prettier-config": "^0.1.1",
144
- "@types/eslint": "^9.6.0",
149
+ "@types/eslint": "^9.6.1",
145
150
  "@types/node": "^22.5.0",
146
151
  "@vitest/eslint-plugin": "^1.0.3",
147
152
  "bumpp": "^9.4.1",
148
- "eslint": "^9.9.0",
153
+ "eslint": "^9.11.0",
149
154
  "eslint-config-prettier": "^9.1.0",
150
155
  "eslint-import-resolver-typescript": "^3.6.3",
151
- "eslint-plugin-import-x": "^4.1.1",
156
+ "eslint-plugin-import": "^2.31.0",
152
157
  "eslint-plugin-jsdoc": "^50.0.0",
153
158
  "eslint-plugin-jsonc": "^2.16.0",
154
159
  "eslint-plugin-promise": "^7.0.0",
@@ -158,7 +163,7 @@
158
163
  "eslint-plugin-regexp": "^2.6.0",
159
164
  "eslint-plugin-svelte": "^2.43.0",
160
165
  "eslint-plugin-toml": "^0.11.0",
161
- "eslint-plugin-unicorn": "^55.0.0",
166
+ "eslint-plugin-unicorn": "^56.0.0",
162
167
  "eslint-plugin-unused-imports": "^4.1.3",
163
168
  "eslint-plugin-vue": "^9.27.0",
164
169
  "eslint-plugin-vue-composable": "^1.0.0",
@@ -167,12 +172,12 @@
167
172
  "eslint-plugin-yml": "^1.14.0",
168
173
  "eslint-typegen": "^0.3.1",
169
174
  "gh-changelogen": "^0.2.8",
170
- "jiti": "^1.21.6",
175
+ "jiti": "^2.0.0",
171
176
  "lint-staged": "^15.2.7",
172
177
  "npm-run-all2": "^6.2.2",
173
178
  "prettier": "^3.3.2",
174
179
  "svelte": "^4.2.18",
175
- "tsdown": "^0.2.10",
180
+ "tsdown": "^0.2.17",
176
181
  "typescript": "^5.5.3",
177
182
  "typescript-eslint": "^8.1.0",
178
183
  "vitest": "^2.0.0"