This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Update member-ordering rule in template #87
Open
Description
The current value for the member-ordering
rule in the tslint.json
template file doesn't appear to be correct. According to the tslint rules for member-ordering
, the order
property should be a preset string or an array of strings. While the current values in the template file were deprecated a while back, it looks like the fields-first
preset may be an appropriate replacement.
I'd be happy to submit a PR for this if you agree this rule should be updated and would like the help.