-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fec98a6
commit 5043307
Showing
14 changed files
with
93 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
registry=https://registry.npmmirror.com/ | ||
shamefully-hoist=true | ||
ignore-workspace-root-check=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
import { defineConfig } from '@soybeanjs/eslint-config'; | ||
|
||
export default defineConfig(); | ||
export default defineConfig({ vue: true }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,3 @@ coverage | |
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
package-lock.json | ||
yarn.lock | ||
pnpm-lock.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"type": "module", | ||
"version": "0.8.5", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
|
@@ -15,15 +16,13 @@ | |
"types": "dist/index.d.ts", | ||
"files": ["dist"], | ||
"scripts": { | ||
"build": "run-s typecheck build-only", | ||
"build-only": "unbuild", | ||
"build": "unbuild", | ||
"cleanup": "soy cleanup", | ||
"commit": "soy git-commit", | ||
"lint": "eslint . --fix", | ||
"prepare": "simple-git-hooks", | ||
"publish-pkg": "pnpm publish --access public", | ||
"release": "run-s release-pkg build publish-pkg", | ||
"release-pkg": "soy release", | ||
"release": "soy release", | ||
"typecheck": "tsc --noEmit --skipLibCheck", | ||
"update-pkg": "soy ncu" | ||
}, | ||
|
@@ -36,13 +35,12 @@ | |
"ofetch": "1.3.3" | ||
}, | ||
"devDependencies": { | ||
"@soybeanjs/cli": "0.8.5", | ||
"@soybeanjs/cli": "0.8.6", | ||
"@soybeanjs/eslint-config": "1.0.9", | ||
"@types/cli-progress": "3.11.5", | ||
"@types/node": "20.10.4", | ||
"eslint": "8.55.0", | ||
"lint-staged": "15.2.0", | ||
"npm-run-all": "4.1.5", | ||
"simple-git-hooks": "2.9.0", | ||
"tsx": "4.6.2", | ||
"typescript": "5.3.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,3 @@ coverage | |
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
package-lock.json | ||
yarn.lock | ||
pnpm-lock.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"type": "module", | ||
"version": "0.8.5", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"build": "run-s typecheck build-only", | ||
"build-only": "vite build", | ||
|
@@ -27,11 +28,12 @@ | |
"@vitejs/plugin-vue": "4.5.2", | ||
"@vitejs/plugin-vue-jsx": "3.1.0", | ||
"eslint": "8.55.0", | ||
"eslint-plugin-vue": "9.19.2", | ||
"lint-staged": "15.2.0", | ||
"npm-run-all": "4.1.5", | ||
"simple-git-hooks": "2.9.0", | ||
"typescript": "5.3.3", | ||
"vite": "5.0.7", | ||
"vue-eslint-parser": "9.3.2", | ||
"vue-tsc": "1.8.25" | ||
}, | ||
"simple-git-hooks": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.