mirror of
https://github.com/HDInnovations/UNIT3D.git
synced 2026-01-31 01:35:31 +01:00
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:
@@ -8,6 +8,3 @@ charset = utf-8
|
||||
spelling_language = en-US
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.vue]
|
||||
indent_size = 2
|
||||
10
.prettierrc
10
.prettierrc
@@ -24,16 +24,6 @@
|
||||
"singleQuote": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"*.vue"
|
||||
],
|
||||
"options": {
|
||||
"printWidth": 100,
|
||||
"semi": true,
|
||||
"singleQuote": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"files": [
|
||||
"*.scss"
|
||||
|
||||
Reference in New Issue
Block a user