From fc138837a78966cd12724dbc1333d1f6dcaa2de2 Mon Sep 17 00:00:00 2001 From: Inga <52715130+inga-lovinde@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:18:30 +0000 Subject: [PATCH] added information on TS / ESLint --- solution.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/solution.md b/solution.md index a4f9e25..4f22ddb 100644 --- a/solution.md +++ b/solution.md @@ -104,6 +104,8 @@ at the expense of extra requests to OMDB API from each instance. I decided to implement this API with Nest.js, because I already used it on test assignments before, and it's good and convenient enough for API prototyping. +I'm also using TypeScript with "strictest" config, along with `@typescript-eslint` with "strict-type-checked" config. + ## OMDB format Unfortunately, I couldn't find any clear documentation on OMDB response format.