Skip to content

Commit 9089eb4

Browse files
committed
fix: remove unused files
1 parent b349dc2 commit 9089eb4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

installer/modules/run.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const run = () => {
2929

3030
// Files
3131
const filesToDownload = [
32-
`${upstreamUrl}/.babelrc`,
3332
`${upstreamUrl}/.editorconfig`,
3433
`${upstreamUrl}/.gitignore`,
3534
`${upstreamUrl}/.prettierrc`,
@@ -57,7 +56,7 @@ const run = () => {
5756
];
5857

5958
// Organise file structure
60-
const dotFiles = [".babelrc", ".editorconfig", ".gitignore", ".prettierrc"];
59+
const dotFiles = [".editorconfig", ".gitignore", ".prettierrc"];
6160
const publicFiles = ["robots.txt", "site.webmanifest"];
6261
const stylesFiles = ["globalStyles.tsx", "mq.ts", "theme.ts"];
6362
const svgFiles = ["Logo.tsx"];

0 commit comments

Comments
 (0)