chore: remove chalk and update yarn
This commit is contained in:
parent
56ec93c034
commit
513e3c2788
7 changed files with 797 additions and 671 deletions
|
@ -48,7 +48,7 @@
|
|||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:ci": "jest --ci --reporters=default --reporters=jest-junit",
|
||||
"format": "prettier --write \"./**/*.(ts|js|json|scss)\"",
|
||||
"format": "prettier --write \"./**/*.(ts|js|json|scss|yml)\"",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"postinstall": "husky install",
|
||||
"changelog": "conventional-changelog -n changelog.config.js -o CHANGELOG.md -r 2"
|
||||
|
@ -62,7 +62,6 @@
|
|||
"@types/jest": "27.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "5.5.0",
|
||||
"@typescript-eslint/parser": "5.5.0",
|
||||
"chalk": "4.1.2",
|
||||
"conventional-changelog-cli": "2.1.1",
|
||||
"conventional-changelog-conventionalcommits": "4.6.1",
|
||||
"eslint": "8.3.0",
|
||||
|
@ -90,6 +89,6 @@
|
|||
},
|
||||
"lint-staged": {
|
||||
"*.ts": "eslint --cache --fix",
|
||||
"*.(json|scss)": "prettier --write"
|
||||
"*.(json|scss|yml)": "prettier --write"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue