Whitelist for `rxjs-finnish`
See original GitHub issueFeature request
Allow whitelisting for rxjs-finnish
, something like:
"rxjs-finnish": [
true,
"store"
]
So it will ignore those keywords
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
rxjs-tslint-rules | Yarn - Package Manager
Correctly configure the Angular whitelist for rxjs-finnish and add Angular interface methods that return Observable . (4f1401e) ...
Read more >rxjs-tslint-rules/CHANGELOG.md at master - GitHub
Correctly configure the Angular whitelist for rxjs-finnish and add Angular interface methods that return Observable . (4f1401e) ...
Read more >Commands/whitelist - Minecraft Wiki - Fandom
Whitelist is used to manage server whitelists. In Java Edition, server operators can always connect when the whitelist is active, even if their...
Read more >Issues · cartant/rxjs-tslint-rules · GitHub
Whitelist class property in rxjs-finnish based on decorator. #111 by klemenoslaj was closed on Dec 13, 2019. 3 · Changlog has incorrectly named...
Read more >`import/namespace` is very slow - Import-Js/Eslint-Plugin-Import
In our medium-sized mixed JS/TS codebase, specifically disabling import/namespace significantly reduced our lint times. I haven't found this mentioned by ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@mxchange I’ve published 4.1.1 which fixes an error with the configuration of the default options for
rxjs-no-finnish
and adds the interfaces you mentioned at the beginning of this issue.4.1.0 has been published and it includes whitelist support for
rxjs-finnish
. And, by default, Angular’sEventEmitter
is whitelisted. See the README for details.