install and setup tslint using packages (devDependencies) tslint & codelyzer. and setup your vscode with auto-correct coding issues when clicking Ctrl+S
you're using different styles of lineEnding. Sometimes ";" sometimes no-semicolon. Using TSlint would show you that you did this and will autocorrect it using your rules
install and setup tslint using packages (devDependencies) tslint & codelyzer. and setup your vscode with auto-correct coding issues when clicking Ctrl+S