Disable few eslint
This PR change few rules which are not convenient for the project and for the typescript conversion.
Basically this
- allow to write
if
blocks without constraints (else it tries to collapse some) - allow to order private/public class members without constraints
Edited by Valentin Valls