mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-20 06:31:55 +01:00
83bce02e61
Signed-off-by: AllForNothing <sshijun@vmware.com> Signed-off-by: AllForNothing <sshijun@vmware.com>
25 lines
444 B
JSON
25 lines
444 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-prettier",
|
|
"stylelint-config-standard-scss",
|
|
"stylelint-config-prettier-scss"
|
|
],
|
|
"rules": {
|
|
"selector-pseudo-element-no-unknown": [
|
|
true,
|
|
{
|
|
"ignorePseudoElements": [
|
|
"ng-deep"
|
|
]
|
|
}
|
|
],
|
|
"no-empty-source": null
|
|
},
|
|
"ignoreFiles": [
|
|
"**/*.md",
|
|
"src/**/*.html",
|
|
"app-swagger-ui/**/*.html"
|
|
]
|
|
}
|