Skip to content

Commit

Permalink
docs(readme): fix replace apply by write option (#3071)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayllyz committed Jun 5, 2024
1 parent be5ccd5 commit 8cf3e91
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/@biomejs/biome/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ npx @biomejs/biome format --write ./src
npx @biomejs/biome lint ./src

# format、lintなどを実行し、安全な提案を適用する
npx @biomejs/biome check --apply ./src
npx @biomejs/biome check --write ./src

# CI環境では、すべてのファイルを対象にformatやlintをチェックする
npx @biomejs/biome ci ./src
Expand Down
2 changes: 1 addition & 1 deletion packages/@biomejs/biome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ npx @biomejs/biome format --write ./src
npx @biomejs/biome lint ./src

# run format, lint, etc. and apply the safe suggestions
npx @biomejs/biome check --apply ./src
npx @biomejs/biome check --write ./src

# check all files against format, lint, etc. in CI environments
npx @biomejs/biome ci ./src
Expand Down
2 changes: 1 addition & 1 deletion packages/@biomejs/biome/README.pt-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ npx @biomejs/biome format --write ./src
npx @biomejs/biome lint ./src

# executar formatação, lint, etc. e aplicar as sugestões seguras
npx @biomejs/biome check --apply ./src
npx @biomejs/biome check --write ./src

# verificar todos os arquivos contra formatação, lint, etc. em ambientes CI
npx @biomejs/biome ci ./src
Expand Down
2 changes: 1 addition & 1 deletion packages/@biomejs/biome/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ npx @biomejs/biome format --write ./src
npx @biomejs/biome lint ./src

# 运行格式化,Lint 等,并应用安全的建议
npx @biomejs/biome check --apply ./src
npx @biomejs/biome check --write ./src

# 在 CI 环境中检查所有文件是否符合格式,Lint 等
npx @biomejs/biome ci ./src
Expand Down

0 comments on commit 8cf3e91

Please sign in to comment.