Fix prettier in common plugin template

Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
Philipp Hugenroth
2024-02-21 15:26:50 +01:00
parent ebc0ff67e1
commit e57f7d77cb
@@ -10,10 +10,10 @@
* between the frontend and backend plugin packages.
*/
export type CommonType = {
field: string
}
field: string;
};
/**
* Or you might declare some common constants.
*/
export const COMMON_CONSTANT = 1
export const COMMON_CONSTANT = 1;