Skip to content

Commit 30c3fe1

Browse files
committed
chore: repoint package.json scripts to poly; drop phpstan/php-cs-fixer from php composer
1 parent a0d474d commit 30c3fe1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"test:wasm": "pnpm --filter @xberg-io/html-to-markdown-wasm test",
1414
"test:ts": "pnpm --filter @xberg-io/html-to-markdown test",
1515
"clean": "pnpm -r run clean && rm -rf node_modules",
16-
"lint": "prek run oxlint --all-files",
17-
"format": "prek run oxfmt --all-files"
16+
"lint": "poly lint .",
17+
"format": "poly fmt --fix ."
1818
},
1919
"devDependencies": {
2020
"@types/node": "^26.0.1",

0 commit comments

Comments
 (0)