Lint code.
This commit is contained in:
parent
44c17988e8
commit
4a3ac4f335
|
@ -79,11 +79,7 @@ export class KVEditor extends Component<KVEditProps, KVEditState> {
|
|||
}
|
||||
|
||||
getStringKVData(data: Record<string, unknown>): string {
|
||||
return JSON.stringify(
|
||||
Object.fromEntries(sortedObjectMap(data)),
|
||||
null,
|
||||
4,
|
||||
);
|
||||
return JSON.stringify(Object.fromEntries(sortedObjectMap(data)), null, 4);
|
||||
}
|
||||
|
||||
render(): JSX.Element {
|
||||
|
|
Loading…
Reference in a new issue