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