mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
ci: convert json config to yaml
This commit is contained in:
parent
020a14902f
commit
68c25ddc4a
2 changed files with 13 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"plugins": [
|
||||
"stylelint-scss"
|
||||
],
|
||||
"extends": [
|
||||
"stylelint-config-standard",
|
||||
"stylelint-config-prettier"
|
||||
],
|
||||
"rules": {
|
||||
"at-rule-no-unknown": null,
|
||||
"scss/at-rule-no-unknown": true,
|
||||
"no-descending-specificity": null,
|
||||
"font-family-no-missing-generic-family-keyword": [ true, {
|
||||
"ignoreFontFamilies": [
|
||||
"Font Awesome 5 Free"
|
||||
]
|
||||
}]
|
||||
}
|
||||
}
|
13
wowchemy/.stylelintrc.yaml
Normal file
13
wowchemy/.stylelintrc.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
plugins:
|
||||
- stylelint-scss
|
||||
extends:
|
||||
- stylelint-config-standard
|
||||
- stylelint-config-prettier
|
||||
rules:
|
||||
at-rule-no-unknown: null
|
||||
scss/at-rule-no-unknown: true
|
||||
no-descending-specificity: null
|
||||
font-family-no-missing-generic-family-keyword:
|
||||
- true
|
||||
- ignoreFontFamilies:
|
||||
- Font Awesome 5 Free
|
Loading…
Add table
Add a link
Reference in a new issue