From 9b8104ef2b83037f6ab624baba863dabc16709d5 Mon Sep 17 00:00:00 2001 From: Inga Date: Fri, 27 Oct 2023 11:44:47 +0000 Subject: [PATCH] updated readme to mention TS and eslint strict modes --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e1091ca..6818436 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,9 @@ The original assignment leaves some questions unanswered, I tried to answer them Nest.js provides a good starting point, and I already created services with Nest.js in the past, so I decided to use it here as well, to save time on learning the new boilerplate. + Additionally I switched TS config to use `@tsconfig/strictest` options, + and eslint config to use `@typescript-eslint/strict` ruleset. + * **Dependency injection** All integrations and storages etc have proper generalized interfaces;