{ "extends": "stylelint-config-standard", "rules": { "block-closing-brace-empty-line-before": "always-multi-line", "indentation": 4, "color-hex-length":"long", "font-family-no-missing-generic-family-keyword": [ true, { "ignoreFontFamilies": ["Font Awesome 5 Free"] } ] } }