Update README.

This commit is contained in:
Spencer Ofwiti 2021-05-12 17:46:49 +03:00
parent 2f4a942f98
commit 94cf97b858
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ It contains environment variables for development on `environment.dev.ts` and pr
## Code formatting
The system has automated code formatting using prettier and TsLint.
The system has automated code formatting using [Prettier](https://prettier.io/) and [TsLint](https://palantir.github.io/tslint/).
To view the styling rules set, check out `.prettierrc` and `tslint.json`.
Run `npm run format:lint` To perform formatting and linting of the codebase.