Adding TSLint checker into standard Flycheck #947
Closed
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm author and maintainer of flycheck-typescript-tslint package. I'll like to include that code into standard Flyckeck, if you want that. I try to contact you about that on Gitter, but didn't got any reply.
TSLint is currently standard for linting TypeScript. Config for TSLint,
tslint.json
, is comes with most TypeScript projects and it's included withangular2-quickstart
. I think that having this as standard is Flycheck would be great. If you agree, I'll try make PR in the coming days, including tests and documentation. Even I use GNU Emacs for more than 10 years, I'm new to Elisp, so please be critical :)One another thing worth mentioning is that ESLint, checker for JavaScript, have experimental extension for TypeScript.
The text was updated successfully, but these errors were encountered: