From cf47bda024c3f9ef7f2e754414956aa544433db1 Mon Sep 17 00:00:00 2001 From: Joshuao95 <31520645+Joshuao95@users.noreply.github.com> Date: Thu, 29 Aug 2019 17:05:38 +0100 Subject: [PATCH] Update irrelevant JSCS site link jscs.info appears to have nothing to do with the linter, and just contains a blogpost about student debt. This appears to be the closest to canonical site for the project (although it's now merged with ESLint I suppose some still use it?) --- supported-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supported-tools.md b/supported-tools.md index c933f510..2d7676dd 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -223,7 +223,7 @@ formatting. * [eslint](http://eslint.org/) * [fecs](http://fecs.baidu.com/) * [flow](https://flowtype.org/) - * [jscs](http://jscs.info/) + * [jscs](https://jscs-dev.github.io/) * [jshint](http://jshint.com/) * [prettier](https://github.com/prettier/prettier) * [prettier-eslint](https://github.com/prettier/prettier-eslint-cli)