We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec00732 commit 5119981Copy full SHA for 5119981
package.json
@@ -41,7 +41,7 @@
41
"lint": "eslint --color --report-unused-disable-directives src/ test/ && prettier --list-different src/ test/ test-d/",
42
"lint:docs": "cog -c --check docs/*.md || (npm run docs; git diff; echo 'Error: docs not up-to-date, please re-run \"npm docs\" to update them.' && exit 1)",
43
"lint:package": "publint --strict && attw --pack",
44
- "format": "eslint --color --report-unused-disable-directives --fix src/ test/ && prettier --write src/ test/ test-d/",
+ "format": "eslint --color --report-unused-disable-directives --fix src/ test/ ; prettier --write src/ test/ test-d/",
45
"test": "vitest run --coverage",
46
"test:completeness": "./bin/check.sh",
47
"test:typescript": "tsc --noEmit",
0 commit comments