diff options
author | Joshuao95 <31520645+Joshuao95@users.noreply.github.com> | 2019-08-29 17:05:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-29 17:05:38 +0100 |
commit | cf47bda024c3f9ef7f2e754414956aa544433db1 (patch) | |
tree | 687ae2607fbcca8e3f4059e2c5754243b3a967d3 /supported-tools.md | |
parent | 73812c3e41c1c7fcf1705811f35ac4c9ccec003e (diff) | |
download | ale-cf47bda024c3f9ef7f2e754414956aa544433db1.zip |
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?)
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |