Skip to content
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
1 change: 1 addition & 0 deletions src/content/docs/es/guides/configure-biome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ Los siguientes archivos se analizan como archivos `JSON` con las opciones `json.
- `.devcontainer.json`
- `.hintrc`
- `.hintrc.json`
- `.oxlintrc.json`
- `.swcrc`
- `api-documenter.json`
- `api-extractor.json`
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/fr/guides/configure-biome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ Les fichiers suivants sont analysés comme des fichiers `JSON` avec les options
- `.devcontainer.json`
- `.hintrc`
- `.hintrc.json`
- `.oxlintrc.json`
- `.swcrc`
- `api-documenter.json`
- `api-extractor.json`
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/guides/configure-biome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ The following files are parsed as `JSON` files with the options `json.parser.all
- `.devcontainer.json`
- `.hintrc`
- `.hintrc.json`
- `.oxlintrc.json`
- `.swcrc`
- `api-documenter.json`
- `api-extractor.json`
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/ja/guides/configure-biome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ Biomeは、作業ディレクトリから相対的にglobを解決します。
- `.devcontainer.json`
- `.hintrc`
- `.hintrc.json`
- `.oxlintrc.json`
- `.swcrc`
- `api-documenter.json`
- `api-extractor.json`
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/pt-BR/guides/configure-biome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ Os seguintes arquivos são analisados como arquivos `JSON` com as opções `json
- `.devcontainer.json`
- `.hintrc`
- `.hintrc.json`
- `.oxlintrc.json`
- `.swcrc`
- `api-documenter.json`
- `api-extractor.json`
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/zh-CN/guides/configure-biome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Biome使用自动发现来查找最近的`biome.json`文件。它从当前工作
- `.eslintrc.json`
- `.jsfmtrc`
- `.jshintrc`
- `.oxlintrc.json`
- `.swcrc`
- `.hintrc`
- `.babelrc`
Loading