Closed diminutivesloop closed 7 years ago
@diminutivesloop sorry for the delayed response -- I think the issue is with your regex. I think the pattern you want is "(.*)\\.(?:ts)$"
Let me know if that helps.
Looks like that was my mistake after all. Thanks for the help.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I tried configuring a simple custom ruleset for TypeScript but it didn't work as I expected. Am I misusing the configuration options somehow?
When I invoked the extension from TypeScript file I got the following output:
Rule(angular).match(src/app/shared/utilities.ts)=false (.*)\.(?:.ts)$