diff --git a/website/src/content/docs/reference/cli.mdx b/website/src/content/docs/reference/cli.mdx index f7ebc5c00227..9ea7050c6717 100644 --- a/website/src/content/docs/reference/cli.mdx +++ b/website/src/content/docs/reference/cli.mdx @@ -275,40 +275,6 @@ Run various checks on a set of files. The maximum allowed size for source code files in bytes. Files above this limit will be ignored for performance reasons. Defaults to 1 MiB - **` --files-ignore-unknown`**=_``_ — Tells Biome to not emit diagnostics when handling files that doesn't know -- **` --indent-style`**=_``_ — - The indent style. -- **` --indent-size`**=_`NUMBER`_ — - The size of the indentation, 2 by default -- **` --line-width`**=_`NUMBER`_ — - What's the max width of a line. Defaults to 80. -- **` --quote-style`**=_``_ — - The type of quotes used in JavaScript code. Defaults to double. -- **` --jsx-quote-style`**=_``_ — - The type of quotes used in JSX. Defaults to double. -- **` --quote-properties`**=_``_ — - When properties in objects are quoted. Defaults to asNeeded. -- **` --trailing-comma`**=_``_ — - Print trailing commas wherever possible in multi-line comma-separated syntactic structures. Defaults to "all". -- **` --semicolons`**=_``_ — - Whether the formatter prints semicolons for all statements or only in for statements where it is necessary because of ASI. -- **` --arrow-parentheses`**=_``_ — - Whether to add non-necessary parentheses to arrow functions. Defaults to "always". -- **` --javascript-formatter-enabled`**=_``_ — - Control the formatter for JavaScript (and its super languages) files. -- **` --javascript-formatter-indent-style`**=_``_ — - The indent style applied to JavaScript (and its super languages) files. -- **` --javascript-formatter-indent-size`**=_`NUMBER`_ — - The size of the indentation applied to JavaScript (and its super languages) files. Default to 2. -- **` --javascript-formatter-line-width`**=_`NUMBER`_ — - What's the max width of a line, applied to JavaScript (and its super languages) files. Defaults to 80. -- **` --json-formatter-enabled`**=_``_ — - Control the formatter for JSON (and its super languages) files. -- **` --json-formatter-indent-style`**=_``_ — - The indent style applied to JSON (and its super languages) files. -- **` --json-formatter-indent-size`**=_`NUMBER`_ — - The size of the indentation applied to JSON (and its super languages) files. Default to 2. -- **` --json-formatter-line-width`**=_`NUMBER`_ — - What's the max width of a line, applied to JSON (and its super languages) files. Defaults to 80.