summaryrefslogtreecommitdiff
path: root/supported-tools.md
diff options
context:
space:
mode:
authorHoracio Sanson <hsanson@gmail.com>2022-01-05 22:33:00 +0900
committerGitHub <noreply@github.com>2022-01-05 22:33:00 +0900
commit5a5029b73d9cfb277ba84c29c2f787b88469ab0f (patch)
treef45617aae694264d915df853e8e76c799b1fe68d /supported-tools.md
parent7b8e711877449478796306be9124c1fdd690b987 (diff)
downloadale-5a5029b73d9cfb277ba84c29c2f787b88469ab0f.zip
Fix 4004 - Disable eslint by default for json. (#4023)
* Fix 4004 - Disable eslint by default for json. This PR disables, or more correctly, excludes eslint from the list of default linters for json files. Also fixes elixir, go, json5, and jsonc files documentation and default linters to make them consistent. * Fix and improve tests
Diffstat (limited to 'supported-tools.md')
-rw-r--r--supported-tools.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/supported-tools.md b/supported-tools.md
index 8d3b41fb..831440d8 100644
--- a/supported-tools.md
+++ b/supported-tools.md
@@ -160,7 +160,7 @@ formatting.
* [hadolint](https://github.com/hadolint/hadolint)
* Elixir
* [credo](https://github.com/rrrene/credo)
- * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
+ * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) :warning:
* [dialyxir](https://github.com/jeremyjh/dialyxir)
* [dogma](https://github.com/lpil/dogma) :floppy_disk:
* [elixir-ls](https://github.com/elixir-lsp/elixir-ls) :warning:
@@ -198,7 +198,7 @@ formatting.
* [glslls](https://github.com/svenstaro/glsl-language-server)
* Go
* [bingo](https://github.com/saibing/bingo) :warning:
- * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
+ * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) :warning:
* [go build](https://golang.org/cmd/go/) :warning: :floppy_disk:
* [go mod](https://golang.org/cmd/go/) :warning: :floppy_disk:
* [go vet](https://golang.org/cmd/vet/) :floppy_disk:
@@ -290,18 +290,18 @@ formatting.
* [tsserver](https://github.com/Microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29)
* [xo](https://github.com/sindresorhus/xo)
* JSON
- * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell)
+ * [cspell](https://github.com/streetsidesoftware/cspell/tree/main/packages/cspell) :warning:
* [dprint](https://dprint.dev)
- * [eslint](http://eslint.org/)
+ * [eslint](http://eslint.org/) :warning:
* [fixjson](https://github.com/rhysd/fixjson)
- * [jq](https://stedolan.github.io/jq/)
+ * [jq](https://stedolan.github.io/jq/) :warning:
* [jsonlint](https://github.com/zaach/jsonlint)
* [prettier](https://github.com/prettier/prettier)
* [spectral](https://github.com/stoplightio/spectral)
* JSON5
- * [eslint](http://eslint.org/)
+ * [eslint](http://eslint.org/) :warning:
* JSONC
- * [eslint](http://eslint.org/)
+ * [eslint](http://eslint.org/) :warning:
* Jsonnet
* [jsonnet-lint](https://jsonnet.org/learning/tools.html)
* [jsonnetfmt](https://jsonnet.org/learning/tools.html)