зеркало из https://github.com/mozilla/bedrock.git
41 строка
1.2 KiB
Plaintext
41 строка
1.2 KiB
Plaintext
{
|
|
"extends": "stylelint-config-standard-scss",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"string-quotes": "single",
|
|
"declaration-empty-line-before": "never",
|
|
"color-function-notation": "legacy",
|
|
"alpha-value-notation": "number",
|
|
"property-no-vendor-prefix": null,
|
|
"value-no-vendor-prefix": null,
|
|
"at-rule-empty-line-before": null,
|
|
"no-descending-specificity": null,
|
|
"value-keyword-case": [
|
|
"lower",
|
|
{
|
|
"ignoreFunctions": ["local"]
|
|
}
|
|
],
|
|
"max-line-length": null,
|
|
"font-family-no-missing-generic-family-keyword": [
|
|
true,
|
|
{
|
|
"ignoreFontFamilies": ["FA-Icons-Contact"]
|
|
}
|
|
],
|
|
"declaration-block-no-redundant-longhand-properties": [
|
|
true,
|
|
{
|
|
"ignoreShorthands": [
|
|
"grid-area",
|
|
"grid-column",
|
|
"grid-gap",
|
|
"grid-row",
|
|
"grid-template"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"ignoreFiles": ["media/css/libs/**/*", "media/css/careers/*"]
|
|
}
|