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