diff options
author | Braden Kelley <redbmk@gmail.com> | 2024-07-08 17:41:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 09:41:17 +0900 |
commit | 5c635d5038b9faae88a432d7f2f1b93ef3cf44f3 (patch) | |
tree | 62a86ee8d5ac97b2d87950d446be844ceb4697ee /doc | |
parent | 3220b94d2053e8051023fc6f79c00651071b1440 (diff) | |
download | ale-5c635d5038b9faae88a432d7f2f1b93ef3cf44f3.zip |
feat(biome): add support for json and jsonc (#4805)
- adds biome linter for json and jsonc
- enables biome by default for json and jsonc
- suggests biome as a fixer for json and jsonc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-json.txt | 6 | ||||
-rw-r--r-- | doc/ale-jsonc.txt | 6 | ||||
-rw-r--r-- | doc/ale-supported-languages-and-tools.txt | 2 | ||||
-rw-r--r-- | doc/ale.txt | 2 |
4 files changed, 16 insertions, 0 deletions
diff --git a/doc/ale-json.txt b/doc/ale-json.txt index 7b240373..8822a697 100644 --- a/doc/ale-json.txt +++ b/doc/ale-json.txt @@ -3,6 +3,12 @@ ALE JSON Integration *ale-json-options* =============================================================================== +biome *ale-json-biome* + +Check the docs over at |ale-typescript-biome|. + + +=============================================================================== clang-format *ale-json-clangformat* See |ale-c-clangformat| for information about the available options. diff --git a/doc/ale-jsonc.txt b/doc/ale-jsonc.txt index 92247cd4..b05fa6e6 100644 --- a/doc/ale-jsonc.txt +++ b/doc/ale-jsonc.txt @@ -3,6 +3,12 @@ ALE JSONC Integration *ale-jsonc-options* =============================================================================== +biome *ale-jsonc-biome* + +Check the docs over at |ale-typescript-biome|. + + +=============================================================================== eslint *ale-jsonc-eslint* The `eslint` linter for JSON uses the JavaScript options for `eslint`; see: diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt index 505cac86..37cc8335 100644 --- a/doc/ale-supported-languages-and-tools.txt +++ b/doc/ale-supported-languages-and-tools.txt @@ -314,6 +314,7 @@ Notes: * `xo` * JSON * `VSCode JSON language server` + * `biome` * `clang-format` * `cspell` * `dprint` @@ -326,6 +327,7 @@ Notes: * JSON5 * `eslint` * JSONC + * `biome` * `eslint` * Jsonnet * `jsonnet-lint` diff --git a/doc/ale.txt b/doc/ale.txt index c7ed1a44..e235e44c 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -3137,6 +3137,7 @@ documented in additional help files. standard..............................|ale-javascript-standard| xo....................................|ale-javascript-xo| json....................................|ale-json-options| + biome.................................|ale-json-biome| clang-format..........................|ale-json-clangformat| cspell................................|ale-json-cspell| dprint................................|ale-json-dprint| @@ -3148,6 +3149,7 @@ documented in additional help files. spectral..............................|ale-json-spectral| vscodejson............................|ale-json-vscode| jsonc...................................|ale-jsonc-options| + biome.................................|ale-jsonc-biome| eslint................................|ale-jsonc-eslint| jsonnet.................................|ale-jsonnet-options| jsonnetfmt............................|ale-jsonnet-jsonnetfmt| |