@so1ve/eslint-config 3.0.0 → 3.2.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 +13415 -175
  2. package/dist/index.js +1486 -33414
  3. package/package.json +38 -38
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@so1ve/eslint-config",
3
- "version": "3.0.0",
3
+ "version": "3.2.0",
4
4
  "author": "Ray <i@mk1.io> (https://github.com/so1ve/)",
5
5
  "type": "module",
6
6
  "description": "Ray's eslint config.",
@@ -23,7 +23,7 @@
23
23
  "import": "./dist/index.js"
24
24
  }
25
25
  },
26
- "main": "./dist/index.js",
26
+ "module": "./dist/index.js",
27
27
  "types": "./dist/index.d.ts",
28
28
  "files": [
29
29
  "dist"
@@ -32,56 +32,56 @@
32
32
  "access": "public"
33
33
  },
34
34
  "dependencies": {
35
- "@eslint-community/eslint-plugin-eslint-comments": "^4.3.0",
36
- "@html-eslint/eslint-plugin": "^0.24.1",
37
- "@html-eslint/parser": "^0.24.1",
38
- "@stylistic/eslint-plugin": "^2.1.0",
39
- "@unocss/eslint-config": "^0.60.4",
40
- "eslint-config-flat-gitignore": "^0.1.5",
41
- "eslint-define-config": "^1.21.0",
42
- "eslint-flat-config-utils": "^0.2.5",
43
- "eslint-import-resolver-typescript": "^3.6.1",
44
- "eslint-mdx": "^2.3.4",
45
- "eslint-plugin-array-func": "^5.0.1",
46
- "eslint-plugin-case-police": "^0.6.1",
35
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
36
+ "@html-eslint/eslint-plugin": "^0.41.0",
37
+ "@html-eslint/parser": "^0.41.0",
38
+ "@stylistic/eslint-plugin": "^4.4.1",
39
+ "@unocss/eslint-config": "^66.2.0",
40
+ "eslint-config-flat-gitignore": "^2.1.0",
41
+ "eslint-flat-config-utils": "^2.1.0",
42
+ "eslint-import-resolver-typescript": "^4.4.3",
43
+ "eslint-mdx": "^3.4.2",
44
+ "eslint-plugin-array-func": "^5.0.2",
45
+ "eslint-plugin-case-police": "^2.0.0",
47
46
  "eslint-plugin-html": "^7.1.0",
47
+ "eslint-plugin-import-x": "^4.15.2",
48
48
  "eslint-plugin-jest-formatting": "^3.1.0",
49
- "eslint-plugin-jsonc": "^2.16.0",
50
- "eslint-plugin-mdx": "^2.3.4",
51
- "eslint-plugin-n": "^17.8.1",
49
+ "eslint-plugin-jsonc": "^2.20.1",
50
+ "eslint-plugin-mdx": "^3.4.2",
51
+ "eslint-plugin-n": "^17.20.0",
52
52
  "eslint-plugin-no-await-in-promise": "1.1.5",
53
53
  "eslint-plugin-no-explicit-type-exports": "^0.12.1",
54
- "eslint-plugin-no-only-tests": "^3.1.0",
54
+ "eslint-plugin-no-only-tests": "^3.3.0",
55
55
  "eslint-plugin-only-error": "^1.0.2",
56
- "eslint-plugin-promise": "^6.2.0",
57
- "eslint-plugin-regexp": "^2.6.0",
58
- "eslint-plugin-solid": "^0.14.0",
59
- "eslint-plugin-toml": "^0.11.0",
60
- "eslint-plugin-unicorn": "^53.0.0",
61
- "eslint-plugin-unused-imports": "^4.0.0",
56
+ "eslint-plugin-promise": "^7.2.1",
57
+ "eslint-plugin-regexp": "^2.9.0",
58
+ "eslint-plugin-solid": "^0.14.5",
59
+ "eslint-plugin-toml": "^0.12.0",
60
+ "eslint-plugin-unicorn": "^59.0.1",
61
+ "eslint-plugin-unused-imports": "^4.1.4",
62
62
  "eslint-plugin-vitest": "^0.5.4",
63
- "eslint-plugin-vue": "^9.26.0",
64
- "eslint-plugin-yml": "^1.14.0",
65
- "globals": "^15.4.0",
63
+ "eslint-plugin-vue": "^10.2.0",
64
+ "eslint-plugin-yml": "^1.18.0",
65
+ "globals": "^16.2.0",
66
66
  "jsonc-eslint-parser": "^2.4.0",
67
- "local-pkg": "^0.5.0",
68
- "toml-eslint-parser": "^0.9.3",
69
- "typescript-eslint": "^7.12.0",
70
- "vue-eslint-parser": "^9.4.3",
71
- "yaml-eslint-parser": "^1.2.3",
72
- "@so1ve/eslint-plugin": "3.0.0",
73
- "@so1ve/eslint-plugin-sort-imports": "3.0.0"
67
+ "local-pkg": "^1.1.1",
68
+ "toml-eslint-parser": "^0.10.0",
69
+ "typescript-eslint": "^8.34.0",
70
+ "vue-eslint-parser": "^10.1.3",
71
+ "yaml-eslint-parser": "^1.3.0",
72
+ "@so1ve/eslint-plugin": "3.2.0",
73
+ "@so1ve/eslint-plugin-sort-imports": "3.2.0"
74
74
  },
75
75
  "devDependencies": {
76
- "@typescript-eslint/utils": "^7.12.0",
77
- "eslint-plugin-import-x": "^0.4.4"
76
+ "@typescript-eslint/utils": "^8.34.0"
78
77
  },
79
78
  "peerDependencies": {
80
79
  "eslint": ">=8.40.0",
81
80
  "prettier": "^3.0.0"
82
81
  },
83
82
  "scripts": {
84
- "build": "tsup",
85
- "watch": "tsup --watch"
83
+ "build": "tsdown",
84
+ "typegen": "tsx ./scripts/typegen.ts",
85
+ "watch": "tsdown --watch"
86
86
  }
87
87
  }