mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
11 lines
190 B
JSON
11 lines
190 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-css-modules"
|
|
],
|
|
"rules": {
|
|
"indentation": 4,
|
|
"selector-class-pattern": "^[a-z][a-zA-Z0-9_-]+$"
|
|
}
|
|
}
|