You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
I use pug to build our Angular html templates and when wrapping an attribute in parantheses to designate a callback function I get the above error. However, pug compiles the code just fine. So if I ignore the linter error I'm fine but I would rather not do that. :)
but again compiles just fine. However, either one of the following makes the linter happy, but in both cases its extra code (and inconsistent) that I would rather not have to do. I'll accept the linter error over writing special code to avoid the error actually. :) Well, I can live with the comma more than the quotes but still would rather have it all consistent.
Here are a couple of links to the original pug issue explaining the problem and giving work-arounds which apparently seems to not be an issue anymore since it compiles for me just fine.