Fix prettier in common plugin template
Signed-off-by: Philipp Hugenroth <philipph@spotify.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user