connium/simple-odf

Replace tslint with typescript-eslint

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
TSLint is being deprecated in favor of ESLint (see palantir/tslint#4534).

Describe the solution you'd like
TSLint should be replaced by typescript-eslint. Maybe this means to remove blakeembrey/tslint-config-standard and to write the corresponding configuration in this project directly.

Describe alternatives you've considered
Maybe there is an alternative for blakeembrey/tslint-config-standard that can be extended.

fixed with #123