We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6125426 commit b70de08Copy full SHA for b70de08
package.json
@@ -11,10 +11,10 @@
11
"scripts": {
12
"format": "concurrently 'yarn:format:*'",
13
"format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm') --style file:.config/.clang-format",
14
- "format:js": "prettier --write --loglevel error $(git ls-files '*.js' '*.json' '*.ts' '*.tsx' '*.yml' 'README.md')",
+ "format:js": "prettier --write $(git ls-files '*.js' '*.json' '*.ts' '*.tsx' '*.yml' 'README.md')",
15
"test:lint": "turbo run test:lint",
16
"test:ts": "turbo run test:ts",
17
- "test:unit": "turbo run test:unit"
+ "test:format": "prettier --check --loglevel warn $(git ls-files '*.js' '*.json' '*.ts' '*.tsx' '*.yml' 'README.md')"
18
},
19
"devDependencies": {
20
"concurrently": "^8.2.2",
0 commit comments