@coderwyd/eslint-config 4.4.0 → 4.4.1

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/dist/cli.js CHANGED
@@ -10,7 +10,7 @@ import prompts from "prompts";
10
10
  import { execSync } from "node:child_process";
11
11
 
12
12
  //#region package.json
13
- var version = "4.4.0";
13
+ var version = "4.4.1";
14
14
  var devDependencies = {
15
15
  "@antfu/ni": "^25.0.0",
16
16
  "@eslint-react/eslint-plugin": "^1.52.2",
@@ -22,15 +22,14 @@ var devDependencies = {
22
22
  "@unocss/eslint-plugin": "^66.2.3",
23
23
  "bumpp": "^10.2.0",
24
24
  "eslint": "^9.29.0",
25
- "eslint-plugin-import-lite": "^0.3.0",
26
- "eslint-plugin-react-hooks": "6.0.0-rc.1",
25
+ "eslint-plugin-react-hooks": "6.0.0-rc1",
27
26
  "eslint-plugin-react-refresh": "^0.4.20",
28
- "eslint-plugin-svelte": "^3.9.2",
27
+ "eslint-plugin-svelte": "^3.9.3",
29
28
  "eslint-plugin-tailwindcss": "^3.18.0",
30
29
  "jiti": "^2.4.2",
31
30
  "nano-staged": "^0.8.0",
32
31
  "simple-git-hooks": "^2.13.0",
33
- "svelte": "^5.34.6",
32
+ "svelte": "^5.34.7",
34
33
  "svelte-eslint-parser": "^1.2.0",
35
34
  "tsdown": "^0.12.8",
36
35
  "typescript": "^5.8.3"
package/dist/index.d.ts CHANGED
@@ -7268,6 +7268,7 @@ type JsdocLinesBeforeBlock = [] | [{
7268
7268
  checkBlockStarts?: boolean;
7269
7269
  excludedTags?: string[];
7270
7270
  ignoreSameLine?: boolean;
7271
+ ignoreSingleLines?: boolean;
7271
7272
  lines?: number;
7272
7273
  }];
7273
7274
  // ----- jsdoc/match-description -----
package/dist/index.js CHANGED
@@ -221,7 +221,7 @@ function isInGitHooksOrLintStaged() {
221
221
  //#endregion
222
222
  //#region src/configs/imports.ts
223
223
  async function imports() {
224
- const pluginImport = await interopDefault(import("./dist-DYrxmIwK.js"));
224
+ const pluginImport = await interopDefault(import("eslint-plugin-import-lite"));
225
225
  return [{
226
226
  name: "coderwyd/imports/rules",
227
227
  plugins: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@coderwyd/eslint-config",
3
3
  "type": "module",
4
- "version": "4.4.0",
4
+ "version": "4.4.1",
5
5
  "description": "Donny's ESLint config",
6
6
  "author": "Donny Wang <donny526@outlook.com> (https://github.com/coderwyd/)",
7
7
  "license": "MIT",
@@ -77,10 +77,11 @@
77
77
  "eslint-config-flat-gitignore": "^2.1.0",
78
78
  "eslint-config-prettier": "^10.1.5",
79
79
  "eslint-plugin-antfu": "^3.1.1",
80
- "eslint-plugin-command": "^3.2.1",
80
+ "eslint-plugin-command": "^3.3.1",
81
81
  "eslint-plugin-de-morgan": "^1.3.0",
82
82
  "eslint-plugin-eslint-comments": "^3.2.0",
83
- "eslint-plugin-jsdoc": "^51.0.3",
83
+ "eslint-plugin-import-lite": "^0.3.0",
84
+ "eslint-plugin-jsdoc": "^51.2.1",
84
85
  "eslint-plugin-jsonc": "^2.20.1",
85
86
  "eslint-plugin-n": "^17.20.0",
86
87
  "eslint-plugin-no-only-tests": "^3.3.0",
@@ -96,7 +97,7 @@
96
97
  "local-pkg": "^1.1.1",
97
98
  "parse-gitignore": "^2.0.0",
98
99
  "picocolors": "^1.1.1",
99
- "prettier": "^3.5.3",
100
+ "prettier": "^3.6.0",
100
101
  "prompts": "^2.4.2",
101
102
  "vue-eslint-parser": "^10.1.3",
102
103
  "yaml-eslint-parser": "^1.3.0",
@@ -113,15 +114,14 @@
113
114
  "@unocss/eslint-plugin": "^66.2.3",
114
115
  "bumpp": "^10.2.0",
115
116
  "eslint": "^9.29.0",
116
- "eslint-plugin-import-lite": "^0.3.0",
117
- "eslint-plugin-react-hooks": "6.0.0-rc.1",
117
+ "eslint-plugin-react-hooks": "6.0.0-rc1",
118
118
  "eslint-plugin-react-refresh": "^0.4.20",
119
- "eslint-plugin-svelte": "^3.9.2",
119
+ "eslint-plugin-svelte": "^3.9.3",
120
120
  "eslint-plugin-tailwindcss": "^3.18.0",
121
121
  "jiti": "^2.4.2",
122
122
  "nano-staged": "^0.8.0",
123
123
  "simple-git-hooks": "^2.13.0",
124
- "svelte": "^5.34.6",
124
+ "svelte": "^5.34.7",
125
125
  "svelte-eslint-parser": "^1.2.0",
126
126
  "tsdown": "^0.12.8",
127
127
  "typescript": "^5.8.3"