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 a0d474d commit 30c3fe1Copy full SHA for 30c3fe1
1 file changed
package.json
@@ -13,8 +13,8 @@
13
"test:wasm": "pnpm --filter @xberg-io/html-to-markdown-wasm test",
14
"test:ts": "pnpm --filter @xberg-io/html-to-markdown test",
15
"clean": "pnpm -r run clean && rm -rf node_modules",
16
- "lint": "prek run oxlint --all-files",
17
- "format": "prek run oxfmt --all-files"
+ "lint": "poly lint .",
+ "format": "poly fmt --fix ."
18
},
19
"devDependencies": {
20
"@types/node": "^26.0.1",
0 commit comments