From 775ce86b6357f236a66523dba691bb93c8d75c86 Mon Sep 17 00:00:00 2001 From: Roardom Date: Tue, 18 Nov 2025 06:06:23 +0000 Subject: [PATCH] remove: vue from .editorconfig and .prettierrc We don't use vue anymore. It was last used for the chatbox, but that uses alpinejs now. --- .editorconfig | 3 --- .prettierrc | 10 ---------- 2 files changed, 13 deletions(-) diff --git a/.editorconfig b/.editorconfig index b366c3911..3813bab13 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,3 @@ charset = utf-8 spelling_language = en-US trim_trailing_whitespace = true insert_final_newline = true - -[*.vue] -indent_size = 2 \ No newline at end of file diff --git a/.prettierrc b/.prettierrc index 6e1dbfca4..edbacbd4a 100644 --- a/.prettierrc +++ b/.prettierrc @@ -24,16 +24,6 @@ "singleQuote": true } }, - { - "files": [ - "*.vue" - ], - "options": { - "printWidth": 100, - "semi": true, - "singleQuote": true - } - }, { "files": [ "*.scss"