alfresco-content-app/.stylelintrc.json
Denys Vuika b939d1c582
[ACS-4792] provide support for style linting (#3055)
* [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
2023-03-14 04:16:36 -04:00

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
}
]
}
}