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 25c6171 commit 6f4ab32Copy full SHA for 6f4ab32
1 file changed
package.json
@@ -21,7 +21,7 @@
21
"gendoc": "typedoc",
22
"lint": "pnpm lint:types && pnpm lint:js && pnpm lint:workflows",
23
"lint:js": "oxlint && oxfmt --check",
24
- "lint:js-fix": "oxfmt --log-level=warn --write . && oxlint --fix src spec",
+ "lint:js-fix": "oxfmt --write . && oxlint --fix src spec",
25
"lint:types": "tsc --noEmit",
26
"lint:workflows": "find .github/workflows -type f \\( -iname '*.yaml' -o -iname '*.yml' \\) | xargs -I {} sh -c 'echo \"Linting {}\"; action-validator \"{}\"'",
27
"lint:knip": "knip && knip --strict --exclude unlisted,dependencies,binaries",
0 commit comments