This repository was archived by the owner on Oct 28, 2024. It is now read-only.
v3.0.0
3.0.0 (2018-03-26)
Features
BREAKING CHANGES
- rule-set: This adds
member-accessas a required rule.
This rule forces the user to addpublic,privateandprotectedmodifiers
to their class members. To migrate, install the new version and use the
given visibility members on classes.