@lincy/eslint-config 5.5.1 → 5.5.2

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 (1) hide show
  1. package/package.json +77 -81
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@lincy/eslint-config",
3
3
  "type": "module",
4
- "version": "5.5.1",
5
- "packageManager": "pnpm@10.6.5",
4
+ "version": "5.5.2",
6
5
  "description": "LinCenYing's ESLint config",
7
6
  "author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
8
7
  "license": "MIT",
@@ -22,20 +21,6 @@
22
21
  "files": [
23
22
  "dist"
24
23
  ],
25
- "scripts": {
26
- "build": "nr typegen && tsup --format esm,cjs --clean --dts",
27
- "stub": "tsup src/index.ts --format esm",
28
- "watch": "tsup --format esm,cjs --watch",
29
- "postpublish": "simple-open-url https://npmmirror.com/package/@lincy/eslint-config",
30
- "prepublishOnly": "nr build",
31
- "release": "bumpp && npm publish -r --access public",
32
- "test": "vitest",
33
- "typegen": "tsx scripts/typegen.ts",
34
- "lint": "pnpm run stub && eslint .",
35
- "lint:fix": "eslint . --fix",
36
- "lint:ts": "tsc --noEmit",
37
- "prepare": "npx simple-git-hooks"
38
- },
39
24
  "peerDependencies": {
40
25
  "@eslint-react/eslint-plugin": "^1.15.0",
41
26
  "@prettier/plugin-xml": "^3.4.1",
@@ -66,72 +51,72 @@
66
51
  }
67
52
  },
68
53
  "dependencies": {
69
- "@antfu/install-pkg": "catalog:prod",
70
- "@clack/prompts": "catalog:prod",
71
- "@eslint-community/eslint-plugin-eslint-comments": "catalog:prod",
72
- "@eslint/markdown": "catalog:prod",
73
- "@stylistic/eslint-plugin": "catalog:prod",
74
- "@typescript-eslint/eslint-plugin": "catalog:prod",
75
- "@typescript-eslint/parser": "catalog:prod",
76
- "@vitest/eslint-plugin": "catalog:prod",
77
- "eslint-config-flat-gitignore": "catalog:prod",
78
- "eslint-flat-config-utils": "catalog:prod",
79
- "eslint-merge-processors": "catalog:prod",
80
- "eslint-parser-plain": "catalog:prod",
81
- "eslint-plugin-antfu": "catalog:prod",
82
- "eslint-plugin-import-x": "catalog:prod",
83
- "eslint-plugin-jsdoc": "catalog:prod",
84
- "eslint-plugin-jsonc": "catalog:prod",
85
- "eslint-plugin-n": "catalog:prod",
86
- "eslint-plugin-no-only-tests": "catalog:prod",
87
- "eslint-plugin-perfectionist": "catalog:prod",
88
- "eslint-plugin-pnpm": "catalog:prod",
89
- "eslint-plugin-regexp": "catalog:prod",
90
- "eslint-plugin-toml": "catalog:prod",
91
- "eslint-plugin-unicorn": "catalog:prod",
92
- "eslint-plugin-unused-imports": "catalog:prod",
93
- "eslint-plugin-vue": "catalog:prod",
94
- "eslint-plugin-yml": "catalog:prod",
95
- "eslint-processor-vue-blocks": "catalog:prod",
96
- "globals": "catalog:prod",
97
- "jsonc-eslint-parser": "catalog:prod",
98
- "local-pkg": "catalog:prod",
99
- "prompts": "catalog:prod",
100
- "toml-eslint-parser": "catalog:prod",
101
- "vue-eslint-parser": "catalog:prod",
102
- "yaml-eslint-parser": "catalog:prod"
54
+ "@antfu/install-pkg": "^1.0.0",
55
+ "@clack/prompts": "^0.10.0",
56
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
57
+ "@eslint/markdown": "^6.3.0",
58
+ "@stylistic/eslint-plugin": "4.0.0-beta.1",
59
+ "@typescript-eslint/eslint-plugin": "^8.27.0",
60
+ "@typescript-eslint/parser": "^8.27.0",
61
+ "@vitest/eslint-plugin": "^1.1.38",
62
+ "eslint-config-flat-gitignore": "^2.1.0",
63
+ "eslint-flat-config-utils": "^2.0.1",
64
+ "eslint-merge-processors": "^2.0.0",
65
+ "eslint-parser-plain": "^0.1.1",
66
+ "eslint-plugin-antfu": "^3.1.1",
67
+ "eslint-plugin-import-x": "^4.9.1",
68
+ "eslint-plugin-jsdoc": "^50.6.9",
69
+ "eslint-plugin-jsonc": "^2.19.1",
70
+ "eslint-plugin-n": "^17.16.2",
71
+ "eslint-plugin-no-only-tests": "^3.3.0",
72
+ "eslint-plugin-perfectionist": "^4.10.1",
73
+ "eslint-plugin-pnpm": "^0.3.1",
74
+ "eslint-plugin-regexp": "^2.7.0",
75
+ "eslint-plugin-toml": "^0.12.0",
76
+ "eslint-plugin-unicorn": "56.0.1",
77
+ "eslint-plugin-unused-imports": "^4.1.4",
78
+ "eslint-plugin-vue": "^10.0.0",
79
+ "eslint-plugin-yml": "^1.17.0",
80
+ "eslint-processor-vue-blocks": "^2.0.0",
81
+ "globals": "^16.0.0",
82
+ "jsonc-eslint-parser": "^2.4.0",
83
+ "local-pkg": "^1.1.1",
84
+ "prompts": "^2.4.2",
85
+ "toml-eslint-parser": "^0.10.0",
86
+ "vue-eslint-parser": "^10.1.1",
87
+ "yaml-eslint-parser": "^1.3.0"
103
88
  },
104
89
  "devDependencies": {
105
- "@antfu/ni": "catalog:dev",
106
- "@eslint-react/eslint-plugin": "catalog:dev",
107
- "@eslint-types/jsdoc": "catalog:dev",
108
- "@eslint-types/typescript-eslint": "catalog:dev",
109
- "@eslint-types/unicorn": "catalog:dev",
110
- "@eslint/config-inspector": "catalog:dev",
111
- "@lincy/eslint-config": "workspace:*",
112
- "@prettier/plugin-xml": "catalog:dev",
113
- "@stylistic/eslint-plugin-migrate": "catalog:dev",
114
- "@types/node": "catalog:dev",
115
- "@types/react": "catalog:dev",
116
- "@unocss/eslint-plugin": "catalog:dev",
117
- "bumpp": "catalog:dev",
118
- "eslint": "catalog:dev",
119
- "eslint-plugin-format": "catalog:dev",
120
- "eslint-plugin-react-hooks": "catalog:dev",
121
- "eslint-plugin-react-refresh": "catalog:dev",
122
- "eslint-typegen": "catalog:dev",
123
- "esno": "catalog:dev",
124
- "lint-staged": "catalog:dev",
125
- "prettier": "catalog:dev",
126
- "react": "catalog:dev",
127
- "simple-git-hooks": "catalog:dev",
128
- "simple-open-url": "catalog:dev",
129
- "sucrase": "catalog:dev",
130
- "tinyglobby": "catalog:dev",
131
- "tsup": "catalog:dev",
132
- "typescript": "catalog:dev",
133
- "vitest": "catalog:test",
134
- "vue": "catalog:dev"
90
+ "@antfu/ni": "^24.3.0",
91
+ "@eslint-react/eslint-plugin": "^1.37.3",
92
+ "@eslint-types/jsdoc": "48.2.2",
93
+ "@eslint-types/typescript-eslint": "^7.5.0",
94
+ "@eslint-types/unicorn": "^52.0.0",
95
+ "@eslint/config-inspector": "^1.0.2",
96
+ "@prettier/plugin-xml": "^3.4.1",
97
+ "@stylistic/eslint-plugin-migrate": "^4.2.0",
98
+ "@types/node": "^22.13.11",
99
+ "@types/react": "^19.0.12",
100
+ "@unocss/eslint-plugin": "^66.1.0-beta.6",
101
+ "bumpp": "^10.1.0",
102
+ "eslint": "^9.23.0",
103
+ "eslint-plugin-format": "^1.0.1",
104
+ "eslint-plugin-react-hooks": "^5.2.0",
105
+ "eslint-plugin-react-refresh": "^0.4.19",
106
+ "eslint-typegen": "^2.1.0",
107
+ "esno": "^4.8.0",
108
+ "lint-staged": "^15.5.0",
109
+ "prettier": "^3.5.3",
110
+ "react": "^19.0.0",
111
+ "simple-git-hooks": "^2.12.1",
112
+ "simple-open-url": "^3.0.1",
113
+ "sucrase": "^3.35.0",
114
+ "tinyglobby": "^0.2.12",
115
+ "tsup": "^8.4.0",
116
+ "typescript": "^5.8.2",
117
+ "vitest": "^3.0.9",
118
+ "vue": "^3.5.13",
119
+ "@lincy/eslint-config": "5.5.2"
135
120
  },
136
121
  "simple-git-hooks": {
137
122
  "pre-commit": "npx lint-staged"
@@ -141,5 +126,16 @@
141
126
  },
142
127
  "publishConfig": {
143
128
  "registry": "https://registry.npmjs.org/"
129
+ },
130
+ "scripts": {
131
+ "build": "nr typegen && tsup --format esm,cjs --clean --dts",
132
+ "stub": "tsup src/index.ts --format esm",
133
+ "watch": "tsup --format esm,cjs --watch",
134
+ "release": "bumpp && pnpm publish -r --access public",
135
+ "test": "vitest",
136
+ "typegen": "tsx scripts/typegen.ts",
137
+ "lint": "pnpm run stub && eslint .",
138
+ "lint:fix": "eslint . --fix",
139
+ "lint:ts": "tsc --noEmit"
144
140
  }
145
- }
141
+ }