{ "processors": [ "stylelint-processor-styled-components" ], "extends": "stylelint-config-standard", "syntax": "scss", "rules": { "no-empty-source": null, "declaration-block-semicolon-newline-after": null, "no-eol-whitespace": null, "rule-empty-line-before": null } }