summaryrefslogtreecommitdiff
path: root/doc/ale-supported-languages-and-tools.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-supported-languages-and-tools.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-supported-languages-and-tools.txt')
-rw-r--r--doc/ale-supported-languages-and-tools.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index 0247a743..db67b593 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -260,11 +260,16 @@ Notes:
* `tsserver`
* `xo`
* JSON
+ * `eslint`
* `fixjson`
* `jq`
* `jsonlint`
* `prettier`
* `spectral`
+* JSON5
+ * `eslint`
+* JSONC
+ * `eslint`
* Julia
* `languageserver`
* Kotlin