From 94cf97b858182231b37f77f0eaa5b74b0f77fb61 Mon Sep 17 00:00:00 2001 From: Spencer Ofwiti Date: Wed, 12 May 2021 17:46:49 +0300 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c70e36..6048d66 100644 --- a/README.md +++ b/README.md @@ -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.