@lincy/eslint-config 6.3.0 → 6.3.3

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 +76 -79
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@lincy/eslint-config",
3
3
  "type": "module",
4
- "version": "6.3.0",
5
- "packageManager": "pnpm@10.26.1",
4
+ "version": "6.3.3",
6
5
  "description": "LinCenYing's ESLint config",
7
6
  "author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
8
7
  "license": "MIT",
@@ -23,20 +22,6 @@
23
22
  "files": [
24
23
  "dist"
25
24
  ],
26
- "scripts": {
27
- "build": "nr typegen && tsdown --format esm,cjs --clean --dts",
28
- "stub": "tsdown src/index.ts --format esm",
29
- "watch": "tsdown --format esm,cjs --watch",
30
- "postpublish": "simple-open-url https://npmmirror.com/package/@lincy/eslint-config",
31
- "prepublishOnly": "nr build",
32
- "release": "bumpp && pnpm publish -r --access public",
33
- "test": "vitest",
34
- "typegen": "tsx scripts/typegen.ts",
35
- "lint": "pnpm run stub && eslint .",
36
- "lint:fix": "eslint . --fix",
37
- "lint:ts": "tsc --noEmit",
38
- "prepare[-del]": "npx simple-git-hooks"
39
- },
40
25
  "peerDependencies": {
41
26
  "@eslint-react/eslint-plugin": "^2.3.5",
42
27
  "@next/eslint-plugin-next": ">=15.0.0",
@@ -71,70 +56,70 @@
71
56
  }
72
57
  },
73
58
  "dependencies": {
74
- "@antfu/install-pkg": "catalog:prod",
75
- "@clack/prompts": "catalog:prod",
76
- "@eslint-community/eslint-plugin-eslint-comments": "catalog:prod",
77
- "@eslint/markdown": "catalog:prod",
78
- "@stylistic/eslint-plugin": "catalog:prod",
79
- "@typescript-eslint/eslint-plugin": "catalog:prod",
80
- "@typescript-eslint/parser": "catalog:prod",
81
- "@vitest/eslint-plugin": "catalog:prod",
82
- "eslint-config-flat-gitignore": "catalog:prod",
83
- "eslint-flat-config-utils": "catalog:prod",
84
- "eslint-merge-processors": "catalog:prod",
85
- "eslint-parser-plain": "catalog:prod",
86
- "eslint-plugin-antfu": "catalog:prod",
87
- "eslint-plugin-erasable-syntax-only": "catalog:prod",
88
- "eslint-plugin-import-lite": "catalog:prod",
89
- "eslint-plugin-jsdoc": "catalog:prod",
90
- "eslint-plugin-jsonc": "catalog:prod",
91
- "eslint-plugin-n": "catalog:prod",
92
- "eslint-plugin-no-only-tests": "catalog:prod",
93
- "eslint-plugin-perfectionist": "catalog:prod",
94
- "eslint-plugin-pnpm": "catalog:prod",
95
- "eslint-plugin-regexp": "catalog:prod",
96
- "eslint-plugin-toml": "catalog:prod",
97
- "eslint-plugin-unicorn": "catalog:prod",
98
- "eslint-plugin-unused-imports": "catalog:prod",
99
- "eslint-plugin-vue": "catalog:prod",
100
- "eslint-plugin-yml": "catalog:prod",
101
- "eslint-processor-vue-blocks": "catalog:prod",
102
- "globals": "catalog:prod",
103
- "jsonc-eslint-parser": "catalog:prod",
104
- "local-pkg": "catalog:prod",
105
- "toml-eslint-parser": "catalog:prod",
106
- "vue-eslint-parser": "catalog:prod",
107
- "yaml-eslint-parser": "catalog:prod"
59
+ "@antfu/install-pkg": "^1.1.0",
60
+ "@clack/prompts": "^0.11.0",
61
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
62
+ "@eslint/markdown": "^7.5.1",
63
+ "@stylistic/eslint-plugin": "^5.6.1",
64
+ "@typescript-eslint/eslint-plugin": "^8.50.0",
65
+ "@typescript-eslint/parser": "^8.50.0",
66
+ "@vitest/eslint-plugin": "^1.5.4",
67
+ "eslint-config-flat-gitignore": "^2.1.0",
68
+ "eslint-flat-config-utils": "^2.1.4",
69
+ "eslint-merge-processors": "^2.0.0",
70
+ "eslint-parser-plain": "^0.1.1",
71
+ "eslint-plugin-antfu": "^3.1.1",
72
+ "eslint-plugin-erasable-syntax-only": "^0.4.0",
73
+ "eslint-plugin-import-lite": "^0.3.1",
74
+ "eslint-plugin-jsdoc": "^61.5.0",
75
+ "eslint-plugin-jsonc": "^2.21.0",
76
+ "eslint-plugin-n": "^17.23.1",
77
+ "eslint-plugin-no-only-tests": "^3.3.0",
78
+ "eslint-plugin-perfectionist": "^4.15.1",
79
+ "eslint-plugin-pnpm": "^1.4.3",
80
+ "eslint-plugin-regexp": "^2.10.0",
81
+ "eslint-plugin-toml": "^0.12.0",
82
+ "eslint-plugin-unicorn": "^62.0.0",
83
+ "eslint-plugin-unused-imports": "^4.3.0",
84
+ "eslint-plugin-vue": "^10.6.2",
85
+ "eslint-plugin-yml": "^1.19.1",
86
+ "eslint-processor-vue-blocks": "^2.0.0",
87
+ "globals": "^16.5.0",
88
+ "jsonc-eslint-parser": "^2.4.2",
89
+ "local-pkg": "^1.1.2",
90
+ "toml-eslint-parser": "^0.10.1",
91
+ "vue-eslint-parser": "^10.2.0",
92
+ "yaml-eslint-parser": "^1.3.2"
108
93
  },
109
94
  "devDependencies": {
110
- "@antfu/ni": "catalog:dev",
111
- "@eslint-react/eslint-plugin": "catalog:peer",
112
- "@eslint/config-inspector": "catalog:dev",
113
- "@lincy/eslint-config": "workspace:*",
114
- "@next/eslint-plugin-next": "catalog:peer",
115
- "@prettier/plugin-xml": "catalog:peer",
116
- "@stylistic/eslint-plugin-migrate": "catalog:dev",
117
- "@types/node": "catalog:dev",
118
- "@types/react": "catalog:dev",
119
- "@unocss/eslint-plugin": "catalog:peer",
120
- "bumpp": "catalog:dev",
121
- "eslint": "catalog:peer",
122
- "eslint-plugin-format": "catalog:peer",
123
- "eslint-plugin-react-hooks": "catalog:peer",
124
- "eslint-plugin-react-refresh": "catalog:peer",
125
- "eslint-typegen": "catalog:dev",
126
- "esno": "catalog:dev",
127
- "execa": "catalog:test",
128
- "find-up-simple": "catalog:inline",
129
- "lint-staged": "catalog:dev",
130
- "prettier": "catalog:dev",
131
- "react": "catalog:dev",
132
- "simple-open-url": "catalog:dev",
133
- "tinyglobby": "catalog:test",
134
- "tsdown": "catalog:dev",
135
- "typescript": "catalog:dev",
136
- "vitest": "catalog:test",
137
- "vue": "catalog:peer"
95
+ "@antfu/ni": "^28.0.0",
96
+ "@eslint-react/eslint-plugin": "^2.3.13",
97
+ "@eslint/config-inspector": "^1.4.2",
98
+ "@next/eslint-plugin-next": "^16.1.0",
99
+ "@prettier/plugin-xml": "^3.4.2",
100
+ "@stylistic/eslint-plugin-migrate": "^4.4.1",
101
+ "@types/node": "^24.10.4",
102
+ "@types/react": "^19.2.7",
103
+ "@unocss/eslint-plugin": "^66.5.10",
104
+ "bumpp": "^10.3.2",
105
+ "eslint": "^9.39.2",
106
+ "eslint-plugin-format": "^1.1.0",
107
+ "eslint-plugin-react-hooks": "^7.0.1",
108
+ "eslint-plugin-react-refresh": "^0.4.26",
109
+ "eslint-typegen": "^2.3.0",
110
+ "esno": "^4.8.0",
111
+ "execa": "^9.6.1",
112
+ "find-up-simple": "^1.0.1",
113
+ "lint-staged": "^16.2.7",
114
+ "prettier": "^3.7.4",
115
+ "react": "^19.2.3",
116
+ "simple-open-url": "^3.0.1",
117
+ "tinyglobby": "^0.2.15",
118
+ "tsdown": "^0.17.4",
119
+ "typescript": "^5.9.3",
120
+ "vitest": "^4.0.16",
121
+ "vue": "^3.5.26",
122
+ "@lincy/eslint-config": "6.3.3"
138
123
  },
139
124
  "resolutions": {
140
125
  "@eslint-community/eslint-utils": "catalog:peer",
@@ -150,5 +135,17 @@
150
135
  },
151
136
  "publishConfig": {
152
137
  "registry": "https://registry.npmjs.org/"
138
+ },
139
+ "scripts": {
140
+ "build": "nr typegen && tsdown --format esm,cjs --clean --dts",
141
+ "stub": "tsdown src/index.ts --format esm",
142
+ "watch": "tsdown --format esm,cjs --watch",
143
+ "release": "bumpp && pnpm publish -r --access public",
144
+ "test": "vitest",
145
+ "typegen": "tsx scripts/typegen.ts",
146
+ "lint": "pnpm run stub && eslint .",
147
+ "lint:fix": "eslint . --fix",
148
+ "lint:ts": "tsc --noEmit",
149
+ "prepare[-del]": "npx simple-git-hooks"
153
150
  }
154
- }
151
+ }