[INFRA] Ensure consistent imports order in code and tests #2078
Labels
chore
Build, CI/CD or repository tasks (issues/PR maintenance, environments, ...)
Milestone
To be handled as part of #2742
During the review of #2070 (review), we realized that the imports are not consistent.
Sometimes, we put a blank line between the first import and the license header, sometimes not.
In test, we generally group the imports but not all the time. And sometimes, we put the production code first, sometimes the test code.
The same occurs for imports of 3rd parties lib or Nodejs.
We first should define which rules we want to follow
We should be able to configure the rules with eslint
The text was updated successfully, but these errors were encountered: