Skip to content

Commit

Permalink
Update number of lint rules (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
chansuke authored Apr 18, 2024
1 parent d66a0a1 commit 349250b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/ja/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ import LinterExample from "@/components/linter/example.md";
<div class="hero-code">
<h2 class="head">問題を修正し、ベストプラクティスを学ぶ</h2>

**Biomeは _JavaScript__TypeScript_ そして _JSX_ のための[高性能なlinter](https://github.com/biomejs/biome/tree/main/benchmark#linting)** であり、ESLint、typescript-eslint、[その他のソース](https://github.com/biomejs/biome/discussions/3)に由来する **[190以上のルール](https://biomejs.dev/linter/rules/)** を備えています。
**Biomeは _JavaScript__TypeScript_ そして _JSX_ のための[高性能なlinter](https://github.com/biomejs/biome/tree/main/benchmark#linting)** であり、ESLint、typescript-eslint、[その他のソース](https://github.com/biomejs/biome/discussions/3)に由来する **[200以上のルール](https://biomejs.dev/linter/rules/)** を備えています。

**Biomeは、文脈を考慮した詳細な診断を出力**してくれるため、あなたがコードを改善してより優れたプログラマーになるのに役立ちます!

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/pt-br/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import LinterExample from "@/components/linter/example.md";
<div class="hero-code">
<h2 class="head">Corrija problemas e aprenda boas práticas</h2>

**O Biome é um [linter performático](https://github.com/biomejs/biome/tree/main/benchmark#linting)** para _JavaScript_, _TypeScript_, e _JSX_ que possui **[mais de 190 regras](https://biomejs.dev/pt-br/linter/rules/)** do ESLint, typescript-eslint, e [de outras fontes](https://github.com/biomejs/biome/discussions/3).
**O Biome é um [linter performático](https://github.com/biomejs/biome/tree/main/benchmark#linting)** para _JavaScript_, _TypeScript_, e _JSX_ que possui **[mais de 200 regras](https://biomejs.dev/pt-br/linter/rules/)** do ESLint, typescript-eslint, e [de outras fontes](https://github.com/biomejs/biome/discussions/3).

**O Biome retorna diagnósticos detalhados e contextualizados** que ajuda a melhorar seu código e ajuda você a se tornar um programador melhor!

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/zh-cn/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ import LinterExample from "@/components/linter/example.md";
<div class="hero-code">
<h2 class="head">修复错误,学习最佳实践</h2>

Biome 是一个适用于 _JavaScript__TypeScript__JSX_[**高性能 linter**](https://github.com/biomejs/biome/tree/main/benchmark#linting),拥有来自 ESLint、typescript-eslint 以及[其它规则源](https://github.com/biomejs/biome/discussions/3)[超过 190 条规则](/zh-cn/linter/rules/)
Biome 是一个适用于 _JavaScript__TypeScript__JSX_[**高性能 linter**](https://github.com/biomejs/biome/tree/main/benchmark#linting),拥有来自 ESLint、typescript-eslint 以及[其它规则源](https://github.com/biomejs/biome/discussions/3)[超过 200 条规则](/zh-cn/linter/rules/)

**Biome 可以输出详细且上下文相结合的诊断信息**来帮助你改进你的代码,成为更优秀的程序员!

Expand Down

0 comments on commit 349250b

Please sign in to comment.