We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f02d1 commit 5559a68Copy full SHA for 5559a68
src/steps/clearUnnecessaryFiles.ts
@@ -4,6 +4,7 @@ const globPaths = [
4
...extensions(".babelrc", "cjs", "cts", "js", "json", "mjs"),
5
...extensions(".eslintrc", "js", "json", "yml"),
6
...extensions(".prettierrc", "json", "json5", "yaml", "yml"),
7
+ ...extensions("prettier.config", "js", "mjs", "cjs"),
8
...extensions("babel.config", "cjs", "cts", "js", "json", "mjs"),
9
...extensions("jest.config", "cjs", "js", "json", "mjs", "ts"),
10
"./src/**/*.js",
0 commit comments