mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-01-12 08:58:15 +00:00
feat: lint command
This commit is contained in:
parent
1952d07e86
commit
fae976c660
@ -18,8 +18,10 @@
|
||||
"start:server": "./scripts/start-server.sh",
|
||||
"test": "lerna run test --stream",
|
||||
"test:snapshot": "lerna run test:snapshot",
|
||||
"xima-fix": "xima fix",
|
||||
"xima-scan": "xima scan"
|
||||
"xima:fix": "xima fix",
|
||||
"xima:scan": "xima scan",
|
||||
"lint": "eslint ./ --quiet",
|
||||
"lint:fix": "eslint ./ --quiet --fix"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user