cleanup: removing leptos specific dev environment
This commit is contained in:
parent
f894373861
commit
08504cf64e
3 changed files with 0 additions and 23 deletions
|
@ -1,2 +0,0 @@
|
|||
[attr_values]
|
||||
class = "Tailwind" # "Tailwind" is the only attribute value formatter available for now
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"rustfmt": {
|
||||
"overrideCommand": ["leptosfmt", "--stdin", "--rustfmt"]
|
||||
},
|
||||
"procMacro": {
|
||||
"ignored": {
|
||||
"leptos_macro": ["component"]
|
||||
}
|
||||
},
|
||||
"diagnostic": {
|
||||
"disabled": ["macro-error"]
|
||||
}
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
[rustfmt]
|
||||
overrideCommand = ["leptosfmt", "--stdin", "--rustfmt"]
|
||||
|
||||
[procMacro.ignored]
|
||||
leptos_macro = ["component"]
|
||||
|
||||
[diagnostic]
|
||||
disabled = ["macro-error"]
|
Loading…
Reference in a new issue