You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you think it might be interesting to introduce this plugin The Perfectionist plugin into the Facile config?
The goal is to standardize a whole series of lists and arrays in the codebase, such as import order, switch case order, etc. It can even be used to sort the arrangement of props within a React component's tag.
I especially appreciate this two things:
Readability: Finding declarations in a sorted, large list is quicker and easier. Remember, you read code much more often than you write it.
Maintainability: Sorting imports and properties is considered a best practice in software development. It enhances code quality and ensures consistency across the codebase.
Do you think it might be interesting to introduce this plugin The Perfectionist plugin into the Facile config?
The goal is to standardize a whole series of lists and arrays in the codebase, such as import order, switch case order, etc. It can even be used to sort the arrangement of props within a React component's tag.
I especially appreciate this two things:
See: https://perfectionist.dev/guide/introduction
It should be a breaking change, Do you think it worth the effort?
The text was updated successfully, but these errors were encountered: