{ "extends": [ "stylelint-config-recommended", "stylelint-config-recommended-scss" ], "plugins": ["stylelint-scss"], "rules": { "indentation": null, "function-parentheses-space-inside": "never-single-line", "scss/at-import-no-partial-leading-underscore": true, "scss/operator-no-unspaced": true, "scss/dollar-variable-no-missing-interpolation": true, "scss/dollar-variable-colon-space-after": "always-single-line" } }