Skip to content

Commit e108cee

Browse files
committed
fix: set the correct for the ESLint config ignores
1 parent ed8970e commit e108cee

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.changeset/chilly-wombats-roll.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-svelte': patch
3+
---
4+
5+
fix: set the correct for the ESLint config ignores

packages/create-svelte/shared/+eslint+prettier+typescript/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ export default [
2828
}
2929
},
3030
{
31-
ignores: ['build/', '.svelte-kit/', 'package/']
31+
ignores: ['build/', '.svelte-kit/', 'dist/']
3232
}
3333
];

packages/create-svelte/shared/+eslint+prettier-typescript/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ export default [
1818
}
1919
},
2020
{
21-
ignores: ['build/', '.svelte-kit/', 'package/']
21+
ignores: ['build/', '.svelte-kit/', 'dist/']
2222
}
2323
];

packages/create-svelte/shared/+eslint+typescript/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ export default [
2525
}
2626
},
2727
{
28-
ignores: ['build/', '.svelte-kit/', 'package/']
28+
ignores: ['build/', '.svelte-kit/', 'dist/']
2929
}
3030
];

packages/create-svelte/shared/+eslint-typescript/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ export default [
1515
}
1616
},
1717
{
18-
ignores: ['build/', '.svelte-kit/', 'package/']
18+
ignores: ['build/', '.svelte-kit/', 'dist/']
1919
}
2020
];

0 commit comments

Comments
 (0)