Skip to content

Commit

Permalink
chore: remove prettierrc.js file
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <donniean1@gmail.com>
  • Loading branch information
donniean committed Sep 4, 2024
1 parent b79dfb2 commit 8ff0133
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chatty-dolphins-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-ks-project': patch
---

fix: errors
1 change: 0 additions & 1 deletion createApp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export async function createApp({
'eslintrc.js',
'gitignore',
'prettierignore',
'prettierrc.js',
];
renameFiles.forEach(file => {
fs.renameSync(path.join(root, file), path.join(root, `.${file}`));
Expand Down

0 comments on commit 8ff0133

Please sign in to comment.