diff --git a/docs/decisions.md b/docs/decisions.md index f82ed72..ccd3a03 100644 --- a/docs/decisions.md +++ b/docs/decisions.md @@ -42,4 +42,5 @@ ### Lint -- marked `any` explicitly valid to allow for prototyping faster +- marked `any` explicitly valid to allow for prototyping faster, and turn it off when all EFT types are defined +- turned off `no-inferrable-types` as I want them to be explicitly stated (like in C#)