mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
16 lines
350 B
JSON
16 lines
350 B
JSON
{
|
|
"extends": "stylelint-config-standard-scss",
|
|
"rules": {
|
|
"color-function-notation": "legacy",
|
|
"alpha-value-notation": "number",
|
|
"function-name-case": "lower",
|
|
"selector-class-pattern": [
|
|
"^_?(adf|adf-|aca-|app|app-)",
|
|
{
|
|
"resolveNestedSelectors": true
|
|
}
|
|
],
|
|
"declaration-no-important": true
|
|
}
|
|
}
|