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
this change does introduce a more though
checking of accessors. Since we already have member access enabled
you can also add visibility to getters and setteres.
trailing-comma: use correct trailing comma rule (#6) (cd7b9ca)
BREAKING CHANGES
trailing-comma: This rule may introduce some breaking changes
since the versioning of tslint-config-airbnb does not adhere to the
semantic version rules. So a minor update of tslint config could
introduce breaking changes. Since there was an update of tslint config,
this creates a new major. The new rule does not break a build,
and is newly added to tslint-config-airbnb.
rule-set: Add member access as well as function name (#4) (626d1b0)
BREAKING CHANGES
rule-set: This adds member-access as a required rule.
This rule forces the user to add public, private and protected modifiers
to their class members. To migrate, install the new version and use the
given visibility members on classes.