bitjson/typescript-starter

ESLint

johnslemmer opened this issue · 4 comments

  • I'm submitting a ...
    [ ] bug report
    [x] feature request
    [ ] question about the decisions made in the repository
    [ ] question about how to use this project

  • Summary

microsoft/TypeScript#29288

So based on the above statement from the typescript team it seems like ESLint will be their focus as far as linters go. I think that it would be prudent to have this repo start taking a look at what it would take to transition to ESLint or at least offer it as an option.

Just wanted to track this for now. Certainly isn’t an immediate concern. But let me know how/if I can help.

+1 for es lint

bump for eslint

Hi everyone – thanks for your patience on this. I'm happy to share that the latest version of typescript-starter now uses eslint! There are also a few other updates:

  • added optional support for cspell checking
  • switched to AVA's new built-in debugging mode (for easier debugging in vscode)
  • moved to TypeScript v4, update all other dependencies

Please open an issue if you notice any problems!