Skip to content

Commit

Permalink
chore: update linting command to use --write instead of --apply
Browse files Browse the repository at this point in the history
  • Loading branch information
nurliman committed Jul 12, 2024
1 parent 2f8fafb commit d8d287b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/popular-turkeys-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@nurliman/base85": patch
---

update linting command to use --write instead of --apply
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"test": "bun test",
"check": "tsc --noEmit",
"lint": "biome check .",
"lint:fix": "biome check . --apply",
"lint:fix": "biome check . --write",
"lint-staged": "lint-staged",
"changeset": "changeset",
"version-packages": "changeset version",
Expand All @@ -70,6 +70,6 @@
},
"packageManager": "bun@1.1.18",
"lint-staged": {
"**/*.+(js|mjs|cjs|jsx|ts|cts|mts|tsx)": "biome check --apply --no-errors-on-unmatched"
"**/*.+(js|mjs|cjs|jsx|ts|cts|mts|tsx)": "biome check --write --no-errors-on-unmatched"
}
}

0 comments on commit d8d287b

Please sign in to comment.