forked from de-dot-fi/defiyield-self-integrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: prettier cmd update (de-dot-fi#20)
- Loading branch information
Showing
7 changed files
with
103 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file added
BIN
+18.8 KB
.yarn/cache/@humanwhocodes-config-array-npm-0.11.8-7955bfecc2-0fd6b3c54f.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,9 @@ | |
"packageManager": "[email protected]", | ||
"private": true, | ||
"lint-staged": { | ||
"*.json": "yarn dlx prettier --write", | ||
"*.json": "yarn prettier --write", | ||
"*.ts": [ | ||
"yarn dlx prettier --write", | ||
"yarn prettier --write", | ||
"yarn lint" | ||
] | ||
}, | ||
|
@@ -18,15 +18,17 @@ | |
"workshop": "yarn workspace @defiyield/workshop", | ||
"sandbox": "yarn workspace @defiyield/sandbox", | ||
"postinstall": "husky install", | ||
"format": "yarn dlx prettier \"**/*.(json|ts)\" --write", | ||
"lint": "yarn dlx eslint --fix" | ||
"format": "prettier \"**/*.(json|ts)\" --write", | ||
"lint": "eslint --fix" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"commitlint": "^17.4.2", | ||
"eslint": "^8.33.0", | ||
"husky": "^8.0.1", | ||
"lint-staged": "^13.1.0", | ||
"prettier": "^2.8.3", | ||
"typescript": "^4.8.4" | ||
}, | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters