We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784fed3 commit e6e63fdCopy full SHA for e6e63fd
package.json
@@ -3,8 +3,8 @@
3
"version": "0.3.2",
4
"type": "module",
5
"scripts": {
6
- "lint": "eslint --ext .js,.ts,.vue ./",
7
- "format": "prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
+ "lint": "bunx --bun eslint --ext .js,.ts,.vue ./",
+ "format": "bunx --bun prettier --write \"**/*.{js,ts,vue,scss,html,md,json}\" --ignore-path .gitignore",
8
"build": "bun --bun run build.ts"
9
},
10
"dependencies": {
0 commit comments