13 lines
No EOL
310 B
JSON
13 lines
No EOL
310 B
JSON
{
|
|
"extends": "stylelint-config-standard",
|
|
"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
|
|
}
|
|
} |