diff options
author | w0rp <w0rp@users.noreply.github.com> | 2019-11-14 14:47:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-14 14:47:19 +0000 |
commit | 7665559d0e6102c9eccf39a119afd9c7a1a0af82 (patch) | |
tree | 537557408cb17220a2b9541c398c9226970fed00 /supported-tools.md | |
parent | 66a8df081e57b18ab79b71c77d628c56aa4d8344 (diff) | |
parent | ea91209a6685faa0275dc5f8735836ced8b08e4b (diff) | |
download | ale-7665559d0e6102c9eccf39a119afd9c7a1a0af82.zip |
Merge pull request #2660 from YPCrumble/master
Add StandardJS linter for TypeScript
Diffstat (limited to 'supported-tools.md')
-rw-r--r-- | supported-tools.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supported-tools.md b/supported-tools.md index 324e2000..5a3376d4 100644 --- a/supported-tools.md +++ b/supported-tools.md @@ -477,6 +477,7 @@ formatting. * [eslint](http://eslint.org/) * [fecs](http://fecs.baidu.com/) * [prettier](https://github.com/prettier/prettier) + * [standard](http://standardjs.com/) * [tslint](https://github.com/palantir/tslint) * [tsserver](https://github.com/Microsoft/TypeScript/wiki/Standalone-Server-%28tsserver%29) * typecheck |