jacobmind / hamburg

A simple web-app to manage your to-do list.
0 stars 0 forks source link

setup tslint #1

Open DariosKrimsKrams opened 3 years ago

DariosKrimsKrams commented 3 years ago

install and setup tslint using packages (devDependencies) tslint & codelyzer. and setup your vscode with auto-correct coding issues when clicking Ctrl+S

DariosKrimsKrams commented 3 years ago

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 image