added information on TS / ESLint

main
Inga 🏳‍🌈 5 months ago
parent 393a1e201d
commit fc138837a7
  1. 2
      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.

Loading…
Cancel
Save