apple2js/.stylelintrc.json

10 lines
188 B
JSON
Raw Normal View History

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