diff --git a/package.json b/package.json index f2a9cc7..7c3cecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-gramio", - "version": "1.2.2", + "version": "1.2.3", "description": "Scaffolding your GramIO project with the environment with easy!", "keywords": [ "gramio", diff --git a/src/templates/eslint.ts b/src/templates/eslint.ts index 7bc96e4..dddf83d 100644 --- a/src/templates/eslint.ts +++ b/src/templates/eslint.ts @@ -13,7 +13,7 @@ export default antfu( orm === "Drizzle" && `plugins: { drizzle, - }, + },`,` }, ); `,