Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): fix replace apply by write option #3071

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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