Skip to content

Use ESLint for Typescript

Antoine Estienne requested to merge tryESLint into master

Feature Merge Request

Related Issue

resolves #342 (closed)

Description of Feature

ESlint seems to be working fairly well, and autofixes more errors than tslint

run 'npm run fix' to see the errors

@jaredpereira @djudjuu @mhibino please take a look at their rules. We use double spacing right? The configuration file leaves a lot of freedom

Motivation and Context

TSlint doesn't work properly, as it's autofix is not consistant with the rules of the documentation and doesn't run for most errors

What's Next?

Next, fix all errors highlighted by the script


Merge request reports