postcss-bem-linter
postcss-bem-linter copied to clipboard
clarify {componentName} interpolated value
From the docs it's not clear which value gets interpolated by {componentName}, could be either of:
- the RegEx pattern of
componentNameoptions - or the the defined component
/** @define MyComponent */
Note It's the last (define component), which makes sense