Tim Deschryver

Results 249 comments of Tim Deschryver

@shaman-apprentice you can open a PR to update the docs. We can discuss this if we have more breaking changes, maybe soon because testing library dom is going to have...

@shaman-apprentice I try to keep it up-to-date, and I usually copy paste the content from the docs to the models (or the other way around). When the PR is merged,...

Hi, thanks for raising the issue I don't have Webstorm so I'm going to ask for more information: - Have you tried restarting webstorm? - Does WebStorm have an output...

I can't reproduce this (within VSCode). Would it be possible to share a repository? Have you tried in VSCode?

Have you tried configuring the rules manually? Instead of: ``` { extends: ["ngrx-tslint-rules/recommended"] } ``` Try: ```json { "rulesDirectory": [ "node_modules/codelyzer", "ngrx-tslint-rules/rules" ], "rules": { "ngrx-action-hygiene": { "severity": "warning" },...

@friksa sorry, I made a typo can you try adding `node_modules/ngrx-tslint-rules/rules` to the rules directory instead of `ngrx-tslint-rules/rules`. And just to be sure, the other tslint rules are showing up...

Hi, what's the latest on this issue. I think I should be able to give this a try with webstorm later this week.

So... I tried to solve this but I wasn't able to do it. The rules get loaded, but it seems they don't get executed and I have no idea why...

Even when I remove all rules and add a dummy rule that always report a problem, it just doesn't show (while it does in VSCode). Sorry... but I'm out of...