Closed vcapretz closed 7 years ago
That's a nice idea! Would you mind open a PR?
No problem! I’ll do it!
VS Code also integrates very well with the tslint plugin (just a tip for who uses it 😉)
On 21 Jul 2017, at 11:32, Thor Garcia Rangel notifications@github.com wrote:
That's a nice idea! Would you mind open a PR?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
After setting up tslint there were some new errors, should I treat them in this same issue (and in one PR), or in multiple ones?
@vcapretz in this situation I'd do the following:
All in one PR because we don't want the CI failing in the master branch.
Description
Using linting tools is very important for code pattern and as you use TypeScript, changing from eslint to tslint could bring more validations specific to TypeScript, it can extend eslint configs and also check for other stuff. What do you think about it?