summaryrefslogtreecommitdiff
path: root/doc/ale.txt
diff options
context:
space:
mode:
authorJoão Pesce <jpesce@gmail.com>2021-08-20 22:02:56 -0300
committerGitHub <noreply@github.com>2021-08-21 10:02:56 +0900
commitf896744feec260fb196d38bba23308080c04192c (patch)
tree49c40ea65ab3aca714289fdf9c09681241e97012 /doc/ale.txt
parenta099fe24b2e898c93c0aa4391e5a5631932684a6 (diff)
downloadale-f896744feec260fb196d38bba23308080c04192c.zip
Close #3872 - Add eslint-plugin-jsonc as a linter for JSON, JSONC and JSON5 (#3873)
* Add eslint as linter for JSON, JSONC and JSON5 Use the same lint configuration as eslint for javascript. * Add documentation for JSON* eslint support * Fix spacing in documentation * Update docs to be unopinionated about plugins Remove any preference for eslint plugins, since there are more thant one that would work * Reorder languages and tools in alphabetic order * Fix misalignment * Change orders to pass the tests
Diffstat (limited to 'doc/ale.txt')
-rw-r--r--doc/ale.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt
index 85646dd9..c2a1b01e 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2824,11 +2824,16 @@ documented in additional help files.
standard..............................|ale-javascript-standard|
xo....................................|ale-javascript-xo|
json....................................|ale-json-options|
+ eslint................................|ale-json-eslint|
fixjson...............................|ale-json-fixjson|
jsonlint..............................|ale-json-jsonlint|
jq....................................|ale-json-jq|
prettier..............................|ale-json-prettier|
spectral..............................|ale-json-spectral|
+ jsonc...................................|ale-jsonc-options|
+ eslint................................|ale-jsonc-eslint|
+ json5...................................|ale-json5-options|
+ eslint................................|ale-json5-eslint|
julia...................................|ale-julia-options|
languageserver........................|ale-julia-languageserver|
kotlin..................................|ale-kotlin-options|