Page MenuHomeSealhub

.stylelintrc.json
No OneTemporary

.stylelintrc.json

{
"extends": [
"stylelint-config-standard"
],
"rules": {
"selector-class-pattern": [
"^[a-z]([-]?[a-z0-9]+)*(__[a-z0-9]([-]?[a-z0-9]+)*)?(--[a-z0-9]([-]?[a-z0-9]+)*)?$",
{
"resolveNestedSelectors": true,
"message": "Expected class selector \"%s\" to match BEM CSS pattern https://en.bem.info/methodology/css. Selector validation tool: https://regexr.com/3apms"
}
]
}
}

File Metadata

Mime Type
application/json
Expires
Tue, Jul 8, 08:35 (12 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
803381
Default Alt Text
.stylelintrc.json (463 B)

Event Timeline