15 lines
349 B
JSON
15 lines
349 B
JSON
|
{
|
||
|
"extends": "stylelint-config-standard-scss",
|
||
|
"plugins": [
|
||
|
"stylelint-scss"
|
||
|
],
|
||
|
"rules": {
|
||
|
"custom-property-empty-line-before": null,
|
||
|
"declaration-empty-line-before": null,
|
||
|
"media-feature-range-notation": null,
|
||
|
"import-notation": "string",
|
||
|
"scss/no-global-function-names": null,
|
||
|
"no-empty-source": null
|
||
|
}
|
||
|
}
|