2024-04-22 18:52:51 +00:00
|
|
|
{
|
2024-07-14 14:26:52 +00:00
|
|
|
"extends": [
|
2024-07-18 19:29:18 +00:00
|
|
|
"stylelint-config-standard-scss"
|
2024-07-14 14:26:52 +00:00
|
|
|
],
|
2024-04-22 18:52:51 +00:00
|
|
|
"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
|
|
|
|
}
|
2024-07-12 22:56:04 +00:00
|
|
|
}
|