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.