File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
packages/eslint-plugin-svelte Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 55 "license" : " MIT" ,
66 "funding" : " https://github.com/sponsors/ota-meshi" ,
77 "packageManager" : " pnpm@10.15.1" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/sveltejs/eslint-plugin-svelte.git"
11+ },
812 "scripts" : {
913 "prerelease" : " cd packages/eslint-plugin-svelte && pnpm clean && pnpm run build && cd ../.. && cp README.md packages/eslint-plugin-svelte" ,
1014 "release" : " changeset publish" ,
Original file line number Diff line number Diff line change 22 "name" : " eslint-plugin-svelte" ,
33 "version" : " 3.12.3" ,
44 "description" : " ESLint plugin for Svelte using AST" ,
5- "repository" : " git+https://github.com/sveltejs/eslint-plugin-svelte.git" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " git+https://github.com/sveltejs/eslint-plugin-svelte.git" ,
8+ "directory" : " packages/eslint-plugin-svelte"
9+ },
610 "homepage" : " https://sveltejs.github.io/eslint-plugin-svelte" ,
711 "author" : " Yosuke Ota (https://github.com/ota-meshi)" ,
812 "funding" : " https://github.com/sponsors/ota-meshi" ,
You can’t perform that action at this time.
0 commit comments