|
1 | 1 | { |
2 | | - "name": "@antfu/eslint-config", |
| 2 | + "name": "@pixpilot/eslint-config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "5.0.0", |
5 | 5 | "packageManager": "pnpm@10.13.1", |
6 | 6 | "description": "Anthony's ESLint config", |
7 | 7 | "author": "Anthony Fu <anthonyfu117@hotmail.com> (https://github.com/antfu/)", |
8 | 8 | "license": "MIT", |
9 | | - "funding": "https://github.com/sponsors/antfu", |
10 | | - "homepage": "https://github.com/antfu/eslint-config", |
| 9 | + "homepage": "https://github.com/pixpilot/eslint-config", |
11 | 10 | "repository": { |
12 | 11 | "type": "git", |
13 | | - "url": "git+https://github.com/antfu/eslint-config.git" |
14 | | - }, |
15 | | - "bugs": { |
16 | | - "url": "https://github.com/antfu/eslint-config/issues" |
| 12 | + "url": "git+https://github.com/pixpilot/eslint-config.git" |
17 | 13 | }, |
18 | 14 | "keywords": [ |
19 | 15 | "eslint-config" |
|
35 | 31 | "build:inspector": "pnpm build && npx @eslint/config-inspector build", |
36 | 32 | "watch": "tsdown --watch", |
37 | 33 | "lint": "eslint", |
38 | | - "gen": "tsx scripts/typegen.ts && tsx scripts/versiongen.ts", |
| 34 | + "gen": "tsx scripts/typegen.ts", |
39 | 35 | "prepack": "nr build", |
40 | | - "release": "bumpp && pnpm publish", |
41 | | - "test": "vitest", |
| 36 | + "release": "semantic-release", |
| 37 | + "test": "vitest --run", |
42 | 38 | "typecheck": "tsc --noEmit", |
43 | 39 | "prepare": "simple-git-hooks" |
44 | 40 | }, |
|
55 | 51 | "eslint-plugin-react-refresh": "^0.4.19", |
56 | 52 | "eslint-plugin-solid": "^0.14.3", |
57 | 53 | "eslint-plugin-svelte": ">=2.35.1", |
| 54 | + "eslint-plugin-vue": "catalog:prod", |
58 | 55 | "eslint-plugin-vuejs-accessibility": "^2.4.1", |
| 56 | + "eslint-processor-vue-blocks": "catalog:prod", |
59 | 57 | "prettier-plugin-astro": "^0.14.0", |
60 | 58 | "prettier-plugin-slidev": "^1.0.5", |
61 | | - "svelte-eslint-parser": ">=0.37.0" |
| 59 | + "svelte-eslint-parser": ">=0.37.0", |
| 60 | + "vue-eslint-parser": "catalog:prod" |
62 | 61 | }, |
63 | 62 | "peerDependenciesMeta": { |
64 | 63 | "@eslint-react/eslint-plugin": { |
|
94 | 93 | "eslint-plugin-svelte": { |
95 | 94 | "optional": true |
96 | 95 | }, |
| 96 | + "eslint-plugin-vue": { |
| 97 | + "optional": true |
| 98 | + }, |
97 | 99 | "eslint-plugin-vuejs-accessibility": { |
98 | 100 | "optional": true |
99 | 101 | }, |
| 102 | + "eslint-processor-vue-blocks": { |
| 103 | + "optional": true |
| 104 | + }, |
100 | 105 | "prettier-plugin-astro": { |
101 | 106 | "optional": true |
102 | 107 | }, |
|
105 | 110 | }, |
106 | 111 | "svelte-eslint-parser": { |
107 | 112 | "optional": true |
| 113 | + }, |
| 114 | + "vue-eslint-parser": { |
| 115 | + "optional": true |
108 | 116 | } |
109 | 117 | }, |
110 | 118 | "dependencies": { |
|
134 | 142 | "eslint-plugin-toml": "catalog:prod", |
135 | 143 | "eslint-plugin-unicorn": "catalog:prod", |
136 | 144 | "eslint-plugin-unused-imports": "catalog:prod", |
137 | | - "eslint-plugin-vue": "catalog:prod", |
138 | 145 | "eslint-plugin-yml": "catalog:prod", |
139 | | - "eslint-processor-vue-blocks": "catalog:prod", |
140 | 146 | "globals": "catalog:prod", |
141 | 147 | "jsonc-eslint-parser": "catalog:prod", |
142 | 148 | "local-pkg": "catalog:prod", |
143 | 149 | "parse-gitignore": "catalog:prod", |
144 | 150 | "toml-eslint-parser": "catalog:prod", |
145 | | - "vue-eslint-parser": "catalog:prod", |
146 | 151 | "yaml-eslint-parser": "catalog:prod" |
147 | 152 | }, |
148 | 153 | "devDependencies": { |
149 | | - "@antfu/eslint-config": "workspace:*", |
150 | 154 | "@antfu/ni": "catalog:dev", |
151 | 155 | "@eslint-react/eslint-plugin": "catalog:peer", |
152 | 156 | "@eslint/config-inspector": "catalog:dev", |
|
0 commit comments