We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b349dc2 commit 9089eb4Copy full SHA for 9089eb4
installer/modules/run.js
@@ -29,7 +29,6 @@ const run = () => {
29
30
// Files
31
const filesToDownload = [
32
- `${upstreamUrl}/.babelrc`,
33
`${upstreamUrl}/.editorconfig`,
34
`${upstreamUrl}/.gitignore`,
35
`${upstreamUrl}/.prettierrc`,
@@ -57,7 +56,7 @@ const run = () => {
57
56
];
58
59
// Organise file structure
60
- const dotFiles = [".babelrc", ".editorconfig", ".gitignore", ".prettierrc"];
+ const dotFiles = [".editorconfig", ".gitignore", ".prettierrc"];
61
const publicFiles = ["robots.txt", "site.webmanifest"];
62
const stylesFiles = ["globalStyles.tsx", "mq.ts", "theme.ts"];
63
const svgFiles = ["Logo.tsx"];
0 commit comments