Skip to content

Commit bac9645

Browse files
chore(deps): update all non-major dependencies (#579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Haoqun Jiang <[email protected]>
1 parent 5027f2b commit bac9645

File tree

11 files changed

+148
-97
lines changed

11 files changed

+148
-97
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ async function init() {
535535
root,
536536
() => {},
537537
(filepath) => {
538-
if (filepath.endsWith('.js')) {
538+
if (filepath.endsWith('.js') && !filepath.endsWith('eslint.config.js')) {
539539
const tsFilePath = filepath.replace(/\.js$/, '.ts')
540540
if (fs.existsSync(tsFilePath)) {
541541
fs.unlinkSync(filepath)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@types/eslint": "^9.6.1",
4242
"@types/node": "^20.16.11",
4343
"@types/prompts": "^2.4.9",
44-
"@vue/create-eslint-config": "0.4.1",
44+
"@vue/create-eslint-config": "0.4.2",
4545
"@vue/tsconfig": "^0.5.1",
4646
"ejs": "^3.1.10",
4747
"esbuild": "^0.24.0",

0 commit comments

Comments
 (0)