I'm working in a project that uses multiple JavaScript frameworks (Vue and React) in different areas of the application. As such, we're using a mix of BEM and CSS Modules that require different class name format conventions (hyphenated and camelcase respectively). Ideally, I could configure sass-lint to support both conventions via an array in my sass-lint.yml file.
I'm working in a project that uses multiple JavaScript frameworks (Vue and React) in different areas of the application. As such, we're using a mix of BEM and CSS Modules that require different class name format conventions (hyphenated and camelcase respectively). Ideally, I could configure sass-lint to support both conventions via an array in my sass-lint.yml file.
Alternatively, I wouldn't be opposed to using a 'mixed' setting that supports any valid convention.