Skip to content

Files

Latest commit

 

History

History
15 lines (8 loc) · 543 Bytes

sort-named-exports.md

File metadata and controls

15 lines (8 loc) · 543 Bytes

Pattern: Unsorted named exports

Issue: -

Description

Enforce sorted named exports.

Maintaining a consistent and sorted order of named exports can significantly improve code readability.

This rule ensures that named exports are organized in a predictable manner, making it easier for developers to navigate and manage exported modules. By adopting this practice, you enhance the maintainability and clarity of your codebase.

Further Reading