fix format command
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
"compile": "rm -rf dist && tsc -d",
|
"compile": "rm -rf dist && tsc -d",
|
||||||
"lint": "eslint src/",
|
"lint": "eslint src/",
|
||||||
"lint:fix": "eslint --fix",
|
"lint:fix": "eslint --fix",
|
||||||
"format": "npx prettier --write src",
|
"format": "prettier --write src",
|
||||||
"pre-commit": "npm run lint"
|
"pre-commit": "npm run lint"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|||||||
Reference in New Issue
Block a user