[ci] yarn format
This commit is contained in:
parent
618ea3a8ea
commit
c7c073603f
1 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,8 @@ const customGenerator: Generator = {
|
|||
}
|
||||
},
|
||||
};
|
||||
const serialize = (value: Value) => generate(valueToEstree(value), {
|
||||
const serialize = (value: Value) =>
|
||||
generate(valueToEstree(value), {
|
||||
generator: customGenerator,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue