Skip to content

Commit

Permalink
chore: remove prettierrc.js file (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: donniean <donniean1@gmail.com>
  • Loading branch information
donniean authored Sep 4, 2024
1 parent f3a8e83 commit 4ca65ce
Showing 1 changed file with 0 additions and 1 deletion.
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 4ca65ce

Please sign in to comment.