Open sindresorhus opened 3 years ago
This seems doable. It would have to be an opt-in rule since it has potential to break existing code (even if the code in question deserves to be broken).
@nicklockwood this would be great, thoughts on giving it private
and internal
as options?
Apple recommends that state properties in SwiftUI
View
's are private:All of these should be marked as
private
: