Update decisions doc

This commit is contained in:
Merijn Hendriks 2021-12-29 17:05:15 +01:00
parent 19305ba1bd
commit 1898e87df5

View File

@ -42,4 +42,5 @@
### Lint ### 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#)