mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 16:08:26 -04:00
* scss isn't worth the technical/mental overhead anymore * try to translate my old Hugo pygments themes * update lockfile * consolidate .hljs classes
13 lines
328 B
JSON
13 lines
328 B
JSON
{
|
|
"extends": ["stylelint-prettier/recommended"],
|
|
"plugins": ["stylelint-prettier"],
|
|
"rules": {
|
|
"alpha-value-notation": "number",
|
|
"color-function-notation": "legacy",
|
|
"color-hex-length": "long",
|
|
"no-descending-specificity": null,
|
|
"rule-empty-line-before": null,
|
|
"selector-class-pattern": null
|
|
}
|
|
}
|