-
-
Notifications
You must be signed in to change notification settings - Fork 34
Change Request: support linting .scss files #90
Copy link
Copy link
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
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
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/cssbut most of my project code using SCSS for styles. Can this library support.scssfiles? 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-angularpostcss-html. It would be great if eslint supported this level of integration for scss as well.Participation
Additional comments
No response