Adding prettier for code formatting, along with preferences that make me happy ;-)
Adding tslint for Typescript linting, along with the tslint-config-prettier integration and preferences that make me happy ;-)
Running both on Git pre-commit.
Upgraded dependencies.
Formatting changes as a result of the new rules.
Updated project metadata.
Visual Studio Code should pick up the preferences automatically, and will start showing errors when linting fails and will format code appropriately if the prettier extension is installed.
prettier
for code formatting, along with preferences that make me happy ;-)tslint
for Typescript linting, along with thetslint-config-prettier
integration and preferences that make me happy ;-)Visual Studio Code should pick up the preferences automatically, and will start showing errors when linting fails and will format code appropriately if the prettier extension is installed.
To run the linting from CLI:
npm run lint
.