ci: format generated files and remove prettier completely

This commit is contained in:
2024-02-02 16:38:51 +01:00
parent b1e04077f9
commit d1bcaf423f
7 changed files with 66 additions and 191 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
customSyntax: 'postcss-html',
extends: [
'stylelint-config-standard',
'stylelint-config-recommended-vue'
],
// add your custom config here
// https://stylelint.io/user-guide/configuration
rules: {}
}