Skip to content

Commit

Permalink
chore(scripts): use --write instead of --apply for biome
Browse files Browse the repository at this point in the history
  • Loading branch information
negezor committed Aug 16, 2024
1 parent 2962a8f commit 9635e1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"test": "npm run test:node && npm run lint",
"test:node": "node --import tsx --test packages/*/test/*.test.ts",
"lint": "npm run lint:biome",
"lint:biome": "biome lint --apply ./packages/*/{src,test}",
"fmt": "biome format --apply ./packages/*/{src,test}"
"lint:biome": "biome lint --write ./packages/*/{src,test}",
"fmt": "biome format --write ./packages/*/{src,test}"
}
}

0 comments on commit 9635e1e

Please sign in to comment.