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
That is, ignore seems to be available only with the verbose syntax. At the same time, the verbose syntax doesn't appear to support weak argument.
PS: Also I understand it's not good practice, but it seems fairly essential to be able to add simple elements such as h3, p etc. For example to add default styles to a Card component's body text. Is there a way to enable these while keeping the linting?
The text was updated successfully, but these errors were encountered:
I noticed the exact same thing. Using; weak with verbose syntax does not seem to work, using it with concise syntax works fine. I am using version 3.3.0 of postcss-bem-linter.
In the following simple test case, the "weak" option doesn't seem to work with the verbose comment:
No eslint warning:
1 eslint warning: "Invalid component selector ".VuePage h3"
Have I misconfigured something?
Main reason I bring this up is that I'd prefer to use a consitent syntax, when I have to occasionally ignore something:
It's more explicit and less confusing than:
That is,
ignore
seems to be available only with the verbose syntax. At the same time, the verbose syntax doesn't appear to supportweak
argument.PS: Also I understand it's not good practice, but it seems fairly essential to be able to add simple elements such as h3, p etc. For example to add default styles to a Card component's body text. Is there a way to enable these while keeping the linting?
The text was updated successfully, but these errors were encountered: