Skip to content

Commit 0245b31

Browse files
committed
fix lint
1 parent a2f3725 commit 0245b31

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/CHANGELOG.md
2+
pnpm-lock.yaml

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
},
2424
"scripts": {
2525
"format": "prettier . --cache --write",
26-
"lint": "concurrently --group --prefix-colors auto --timings \"yarn:lint:*(!fix)\"",
27-
"lint:fix": "concurrently --group --prefix-colors auto --timings \"yarn:lint:*:fix\" && yarn format",
26+
"lint": "concurrently --group --prefix-colors auto --timings \"pnpm:lint:*(!fix)\"",
27+
"lint:fix": "concurrently --group --prefix-colors auto --timings \"pnpm:lint:*:fix\" && pnpm format",
2828
"lint:format": "prettier . --cache --check",
2929
"lint:js": "eslint . --cache",
3030
"lint:js:fix": "eslint . --fix",

0 commit comments

Comments
 (0)