diff --git a/packages/cli/templates/default-common-plugin-package/src/index.ts.hbs b/packages/cli/templates/default-common-plugin-package/src/index.ts.hbs index 2e1150d74e..6584512572 100644 --- a/packages/cli/templates/default-common-plugin-package/src/index.ts.hbs +++ b/packages/cli/templates/default-common-plugin-package/src/index.ts.hbs @@ -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;