From 935c57d5d24592175d50e6db45df7bfee94d4d0d Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Fri, 23 Jun 2017 11:20:28 -0700 Subject: [PATCH] Add Emacs/Flycheck to third-party tool list (#2948) --- docs/usage/third-party-tools/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/usage/third-party-tools/index.md b/docs/usage/third-party-tools/index.md index 46abc2c4cfa..c54c96d5616 100644 --- a/docs/usage/third-party-tools/index.md +++ b/docs/usage/third-party-tools/index.md @@ -19,6 +19,7 @@ _Note: Most of these tools are not maintained by TSLint._ * [mocha-tslint][15] ([Mocha][16]) * [tslint.tmbundle][17] ([TextMate][18]) * [generator-tslint][19] +* [Flycheck][20] ([Emacs][21]) [0]: https://github.com/palantir/grunt-tslint @@ -41,3 +42,5 @@ _Note: Most of these tools are not maintained by TSLint._ [17]: https://github.com/natesilva/tslint.tmbundle [18]: https://macromates.com [19]: https://github.com/greybax/generator-tslint +[20]: http://www.flycheck.org/ +[21]: https://www.gnu.org/software/emacs/