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 with angular2-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:
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: