.stylelintrc 151 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 { "extends": "stylelint-config-yoho", "plugins": ["stylelint-scss"], "rules": { "string-quotes": "double", "no-empty-source": null } }