Skip to content

Disable few eslint

Valentin Valls requested to merge disable-few-eslint into master

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

Merge request reports