Skip to content

Commit

Permalink
fix: eslint config template
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Nov 18, 2024
1 parent d943aaf commit 1a46dd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gramio",
"version": "1.2.1",
"version": "1.2.2",
"description": "Scaffolding your GramIO project with the environment with easy!",
"keywords": [
"gramio",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/eslint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ export default antfu(
},
);
`,
].join("\n");
].filter(Boolean).join("\n");
}

0 comments on commit 1a46dd7

Please sign in to comment.