ci: remove prettier and use eslint for formatting

This commit is contained in:
2024-02-02 14:46:42 +01:00
parent 6ff8688760
commit b1e04077f9
20 changed files with 222 additions and 383 deletions
+2 -3
View File
@@ -2,10 +2,9 @@ module.exports = {
customSyntax: 'postcss-html',
extends: [
'stylelint-config-standard',
'stylelint-config-recommended-vue',
'stylelint-config-prettier',
'stylelint-config-recommended-vue'
],
// add your custom config here
// https://stylelint.io/user-guide/configuration
rules: {},
rules: {}
}