-
-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionenhancementNew feature or requestNew feature or request
Description
Environment
ESLint version:
@eslint/css version: 0.5.0
Node version: 22.14.0
npm version: 10.9.2
Operating System: Windows 11
What problem do you want to solve?
I'd love to be able to use @eslint/css
but most of my project code using SCSS for styles. Can this library support .scss
files? All of the documentation only includes css.
What do you think is the correct solution?
Stylelint supports scss via postcss and also can enable plugins like postcss-angular
postcss-html
. It would be great if eslint supported this level of integration for scss as well.
Participation
- I am willing to submit a pull request for this change.
Additional comments
No response
arthow4n, FabienDehopre, chimurai, ala-n, KaelWD and 12 more
Metadata
Metadata
Assignees
Labels
acceptedThere is consensus among the team that this change meets the criteria for inclusionThere is consensus among the team that this change meets the criteria for inclusionenhancementNew feature or requestNew feature or request
Type
Projects
Status
Implementing