apple2js/.stylelintrc.json

11 lines
190 B
JSON
Raw Normal View History

2022-06-26 00:40:47 +00:00
{
"extends": [
2023-02-01 01:49:07 +00:00
"stylelint-config-standard-scss",
2022-06-26 00:40:47 +00:00
"stylelint-config-css-modules"
],
"rules": {
"indentation": 4,
"selector-class-pattern": "^[a-z][a-zA-Z0-9_-]+$"
}
}