Changelog
3.0.0-beta.0
importDestructuringSpacing
. Can be enforced with the tslint's rule whitespace
.no-access-missing-member
, use-life-cycle-interface
and template-use-public
require type checking which means that tslint should be run with the corresponding optionsThe rules should now be run as follows:
$ tslint --type-check --project src/client/tsconfig.json
Changelog
2.0.0
readTemplate
and readStyle
to use Maybe<T>
373b152Changelog
2.0.0-beta.2
KeyedRead
s and KeyadWrite
s #185 20ce61ano-access-missing-member
#179 20ce61a