mirror of https://github.com/apache/druid.git
18 lines
487 B
JSON
18 lines
487 B
JSON
{
|
|
"plugins": [
|
|
"stylelint-scss"
|
|
],
|
|
"defaultSeverity": "error",
|
|
"extends": "stylelint-config-recommended-scss",
|
|
"rules": {
|
|
"indentation": 2,
|
|
"at-rule-no-unknown": null,
|
|
"scss/at-rule-no-unknown": true,
|
|
"scss/at-import-no-partial-leading-underscore": true,
|
|
"scss/dollar-variable-colon-space-after": "always",
|
|
"scss/dollar-variable-colon-space-before": "never",
|
|
"no-descending-specificity": null,
|
|
"no-missing-end-of-source-newline": true
|
|
}
|
|
}
|