-
-
Notifications
You must be signed in to change notification settings - Fork 405
Open
Description
Hey @ad1992 👋
I know there are very few scss files in the repo and introducing stylelintrc doesn't add much value. But I have a few questions
- I tried to add stylelintrc with the below configuration
{
"extends": ["stylelint-config-standard-scss","stylelint-config-prettier"],
"plugins": [
"stylelint-scss"
],
"rules": {
"selector-pseudo-class-space-before": "always"
}
}
styleinit-config-standard-scss adds the standard rules to be followed on scss files. It expects CSS selector name to be kebab case, but we have it in the Pascal case. Any reason for using PascalCase with __?
- I know packages should be editor agonistic, but most of us use
vscode, why can't we add.vscodeand settings for the same?
Metadata
Metadata
Assignees
Labels
No labels