Closed greenkeeper[bot] closed 7 years ago
Update to this version instead π
Enable the new rule by adding the following line in your tslint.json
config file:
"no-on-prefix-output-name": true
Thanks to @eromano for the rule implementation!
templates-use-public
, no-access-missing-member
, invoke-injectable
and template-to-ng-template
no longer exist. Remove them from your tslint.json
configuration.Update to this version instead π
noOutputOnPrefixRule
and rename it to no-output-on-prefix
. You can now enable it with:"no-output-on-prefix": true
noOutputOnPrefixRule
.
Version 3.2.0 of codelyzer just got published.
The version 3.2.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of codelyzer. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
3.2.0Features
Bug Fixes
@Pipe
decorator where we use a shorthand syntax for passing properties #399 8e3fafbcheck-pipe
option ofangular-whitespace
#365 bef790bThanks to @wKoza for working on the introduced features, bugfixes and code reviews!
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: