summaryrefslogtreecommitdiff
path: root/supported-tools.md
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 /supported-tools.md
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 'supported-tools.md')
-rw-r--r--supported-tools.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md
index ff75c5ad..b8db6ffb 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -269,11 +269,16 @@ formatting.
* [tsserver](https://github.com/Microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29)
* [xo](https://github.com/sindresorhus/xo)
* JSON
+ * [eslint](http://eslint.org/)
* [fixjson](https://github.com/rhysd/fixjson)
* [jq](https://stedolan.github.io/jq/)
* [jsonlint](https://github.com/zaach/jsonlint)
* [prettier](https://github.com/prettier/prettier)
* [spectral](https://github.com/stoplightio/spectral)
+* JSON5
+ * [eslint](http://eslint.org/)
+* JSONC
+ * [eslint](http://eslint.org/)
* Julia
* [languageserver](https://github.com/JuliaEditorSupport/LanguageServer.jl)
* Kotlin