1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 16:17:37 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Christophe Benz
09c8ad5019 Fix typo 2019-08-26 10:38:20 +02:00
Peter Blazejewicz
3414ceca45 Migrate TSLint to ESLint. Closes #209
This commit rewrites linting support in the project to be based solely
on the ESLint as advised by the TSLint tool authors:
https://medium.com/palantir/tslint-in-2019-1a144c2317a9

The migration is based on default, recommended settings for TypeScript
in ESLint and is expected to be updated in future to better fit project
goals.

All references has been updated and replaced with relevant ESLint
context:

- dependencies migration from TSLint to ESLint
- VSCode configuration changes to support ESLint exension
- VSCode extensions recommendation changes
- `.eslintrc` and `.eslintignore` configuration files added
- all error level problems in the source files are covered by this
  migration

Thanks!
2019-07-15 23:14:51 +02:00
Bowden Kelly
9756eaaf4f update extensions 2019-05-15 18:10:25 -07:00
Bowden Kelly
2a75fa0660 update demo page 2019-05-15 16:39:31 -07:00
Bowden
49a30ce8d4 updated dependency table in README 2018-02-27 16:36:41 -08:00
Bowden
5e762331d8 found a better config setup I like 2018-02-27 13:41:01 -08:00
Bowden
0b955f4881 updated debug instructions to use only attach config 2018-01-03 14:57:13 -08:00
Bowden Kelly
6625b87b19 initial commit 2017-05-09 13:28:09 -07:00