As a developer, I want to use eslint instead of tslint.
- use latest eslint version
- use standard preset
- eslint should should be configurable
- I must be able to control the all configuration and not handover to standard
- It should work with typescript
- tslint rules should be transposed to eslint rules
As a developer, I want to use eslint instead of tslint.