v3.3.1
- Relaxed settings on
strict-boolean-expressions
to allow common use cases that produce cleaner code. - Relaxed settings on
restrict-template-expressions
to allownever
values to work around any issues in generics.
strict-boolean-expressions
to allow common use cases that produce cleaner code.restrict-template-expressions
to allow never
values to work around any issues in generics.