mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
* [ACS-4792] provide support for style linting * style fixes * style fixes * style fixes * disable yarn licenses until the issue is fixed * fix package lock * fix after rebase
15 lines
333 B
JSON
15 lines
333 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-|cdk-||mat-|material-)",
|
|
{
|
|
"resolveNestedSelectors": true
|
|
}
|
|
]
|
|
}
|
|
}
|