From 5a5029b73d9cfb277ba84c29c2f787b88469ab0f Mon Sep 17 00:00:00 2001 From: Horacio Sanson Date: Wed, 5 Jan 2022 22:33:00 +0900 Subject: 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 --- supported-tools.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'supported-tools.md') 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) -- cgit v1.2.3