mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 16:28:28 -04:00
12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
|
"extends": ["stylelint-config-standard-scss", "stylelint-prettier/recommended"],
|
|
"plugins": ["stylelint-scss", "stylelint-prettier"],
|
|
"rules": {
|
|
"color-hex-length": "long",
|
|
"no-descending-specificity": null,
|
|
"rule-empty-line-before": null,
|
|
"selector-class-pattern": null
|
|
},
|
|
"ignoreFiles": ["public/**"]
|
|
}
|