chore(web): config oxc
This commit is contained in:
10
package.json
10
package.json
@@ -11,7 +11,11 @@
|
||||
"build:web": "pnpm --filter helios-web build",
|
||||
"start:web": "pnpm --filter helios-web start",
|
||||
"dev": "run-p dev:csms dev:web",
|
||||
"build": "run-p build:csms build:web"
|
||||
"build": "run-p build:csms build:web",
|
||||
"lint": "oxlint",
|
||||
"lint:fix": "oxlint --fix",
|
||||
"fmt": "oxfmt",
|
||||
"fmt:check": "oxfmt --check"
|
||||
},
|
||||
"keywords": [
|
||||
"ev",
|
||||
@@ -25,6 +29,8 @@
|
||||
"license": "ISC",
|
||||
"packageManager": "pnpm@10.18.2",
|
||||
"devDependencies": {
|
||||
"npm-run-all": "^4.1.5"
|
||||
"npm-run-all": "^4.1.5",
|
||||
"oxfmt": "^0.36.0",
|
||||
"oxlint": "^1.52.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user