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