We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f3725 commit 0245b31Copy full SHA for 0245b31
2 files changed
.prettierignore
@@ -1 +1,2 @@
1
/CHANGELOG.md
2
+pnpm-lock.yaml
package.json
@@ -23,8 +23,8 @@
23
},
24
"scripts": {
25
"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",
+ "lint": "concurrently --group --prefix-colors auto --timings \"pnpm:lint:*(!fix)\"",
+ "lint:fix": "concurrently --group --prefix-colors auto --timings \"pnpm:lint:*:fix\" && pnpm format",
28
"lint:format": "prettier . --cache --check",
29
"lint:js": "eslint . --cache",
30
"lint:js:fix": "eslint . --fix",
0 commit comments