From 1898e87df53178a86366998892878b09d1009c3a Mon Sep 17 00:00:00 2001 From: Merijn Hendriks Date: Wed, 29 Dec 2021 17:05:15 +0100 Subject: [PATCH] Update decisions doc --- docs/decisions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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#)