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
Currently postcss-bem-linter and the second usage of postcss-reporter have no way to pick up options from the configuration. This is because they are called in a transform callback and don't access the options the same way.
Currently
postcss-bem-linterand the second usage ofpostcss-reporterhave no way to pick up options from the configuration. This is because they are called in atransformcallback and don't access the options the same way.