{ "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 } }