From 2f4a942f98782d17e8d53ca95c530efeed6fc550 Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Wed, 12 May 2021 17:38:22 +0300 Subject: [PATCH] Update README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 521e52e..0c70e36 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ Custom environment variables are set via the `set-env.ts` file. Once loaded they will be populated in the directory `src/environments/`. It contains environment variables for development on `environment.dev.ts` and production on `environment.prod.ts`. +## Code formatting + +The system has automated code formatting using prettier and 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. + ## Further help To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.