13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"rustfmt": {
|
|
"overrideCommand": ["leptosfmt", "--stdin", "--rustfmt"]
|
|
},
|
|
"procMacro": {
|
|
"ignored": {
|
|
"leptos_macro": ["component"]
|
|
}
|
|
},
|
|
"diagnostic": {
|
|
"disabled": ["macro-error"]
|
|
}
|
|
}
|