Open bas00445 opened 2 years ago
Can this plugin validate classes inside scss modules in @apply?
Also curious about .scss/.less support, any way we could include those as well, through some sort of glob pattern config?
Normally the cssFiles config should handle this but i don't understand why its not working ? @francoismassart Any idea about this bug ?
Is your feature request related to a problem? Please describe. In my project, I'm using
@apply
tag in CSS files in some situations. I want to know whether this plugin can detect there is no className in CSS files or if any solutions available?This is my .eslintrc.json
Describe the solution you'd like I want this plugin to support
@apply
tag in CSS files to checkno-custom-classname
rules