cleanup: removing leptos specific dev environment

This commit is contained in:
Zynh Ludwig 2024-11-14 07:45:21 -08:00
parent f894373861
commit 08504cf64e
3 changed files with 0 additions and 23 deletions

View file

@ -1,2 +0,0 @@
[attr_values]
class = "Tailwind" # "Tailwind" is the only attribute value formatter available for now

View file

@ -1,13 +0,0 @@
{
"rustfmt": {
"overrideCommand": ["leptosfmt", "--stdin", "--rustfmt"]
},
"procMacro": {
"ignored": {
"leptos_macro": ["component"]
}
},
"diagnostic": {
"disabled": ["macro-error"]
}
}

View file

@ -1,8 +0,0 @@
[rustfmt]
overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"]
[procMacro.ignored]
leptos_macro = ["component"]
[diagnostic]
disabled = ["macro-error"]