2025-03-03
Some checks failed
ci/woodpecker/push/publish_instable Pipeline failed

This commit is contained in:
gcch 2025-03-03 17:28:18 +01:00
commit 11fa3d1558
38 changed files with 819 additions and 148 deletions

View file

@ -9,7 +9,10 @@
"languages": {
"CSS": {
"formatter": null,
"format_on_save": "off"
"format_on_save": "off",
"code_actions_on_format": {
"source.fixAll.stylelint": true
}
},
"Vue.js": {
"code_actions_on_format": {
@ -31,6 +34,9 @@
"shortenToSingleLine": true
}
}
},
"stylelint": {
"configFile": "cfg/stylelint.config.mjs"
}
}
}