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 cb6927f commit 5a487e6Copy full SHA for 5a487e6
package.json
@@ -18,8 +18,8 @@
18
"clean": "rm -rf dist",
19
"coverage": "node --test --import tsx --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=lcov.info -- test/*.test.ts",
20
"doc": "text-runner",
21
- "fix": "dprint fmt && eslint --fix && sort-package-json",
22
- "lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check",
+ "fix": "dprint fmt && eslint --fix && sort-package-json --quiet",
+ "lint": "eslint && dprint check && tsc --noEmit && sort-package-json --check --quiet",
23
"prepublishOnly": "npm run build",
24
"setup": "npm install",
25
"test": "npm run lint && npm run unit && npm run doc",
0 commit comments