remove: vue from .editorconfig and .prettierrc

We don't use vue anymore. It was last used for the chatbox, but that uses alpinejs now.
This commit is contained in:
Roardom
2025-11-18 06:06:23 +00:00
parent 2334b28c64
commit 775ce86b63
2 changed files with 0 additions and 13 deletions

View File

@@ -8,6 +8,3 @@ charset = utf-8
spelling_language = en-US
trim_trailing_whitespace = true
insert_final_newline = true
[*.vue]
indent_size = 2

View File

@@ -24,16 +24,6 @@
"singleQuote": true
}
},
{
"files": [
"*.vue"
],
"options": {
"printWidth": 100,
"semi": true,
"singleQuote": true
}
},
{
"files": [
"*.scss"