forked from biomejs/biome
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix pre-commit sample version v0.1.0 (biomejs#1612)
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,7 +162,7 @@ Biome は [biomejs/pre-commit](https://github.com/biomejs/pre-commit) リポジ | |
```yaml title=".pre-commit-config.yaml" | ||
repos: | ||
- repo: https://github.com/biomejs/pre-commit | ||
rev: "0.1.0" # タグやハッシュ値を指定してください | ||
rev: "v0.1.0" # タグやハッシュ値を指定してください | ||
hooks: | ||
- id: biome-check | ||
additional_dependencies: ["@biomejs/[email protected]"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -164,7 +164,7 @@ Se você quiser usar o hook `biome-check`, adicione a seguinte configuração na | |
```yaml title=".pre-commit-config.yaml" | ||
repos: | ||
- repo: https://github.com/biomejs/pre-commit | ||
rev: "0.1.0" # Use the sha / tag you want to point at | ||
rev: "v0.1.0" # Use the sha / tag you want to point at | ||
hooks: | ||
- id: biome-check | ||
additional_dependencies: ["@biomejs/[email protected]"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,7 +162,7 @@ if you want to use the `biome-check` hook, add the following pre-commit configur | |
```yaml title=".pre-commit-config.yaml" | ||
repos: | ||
- repo: https://github.com/biomejs/pre-commit | ||
rev: "0.1.0" # Use the sha / tag you want to point at | ||
rev: "v0.1.0" # Use the sha / tag you want to point at | ||
hooks: | ||
- id: biome-check | ||
additional_dependencies: ["@biomejs/[email protected]"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -162,7 +162,7 @@ Biome 通过 [biomejs/pre-commit](https://github.com/biomejs/pre-commit) 仓库 | |
```yaml title=".pre-commit-config.yaml" | ||
repos: | ||
- repo: https://github.com/biomejs/pre-commit | ||
rev: "0.1.0" # Use the sha / tag you want to point at | ||
rev: "v0.1.0" # Use the sha / tag you want to point at | ||
hooks: | ||
- id: biome-check | ||
additional_dependencies: ["@biomejs/[email protected]"] | ||
|