{ "processors": ["stylelint-processor-styled-components"], "extends": [ "stylelint-config-recommended", "stylelint-config-styled-components" ], "rules": { "string-no-newline": null, "selector-type-no-unknown": null, "block-no-empty": null } }