Skip to content

Commit

Permalink
chore: fix generate script
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jul 1, 2024
1 parent 9725a74 commit e5c3f1c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
# ignore files
/CHANGELOG.md
/.github/ISSUE_TEMPLATE/
/.changeset/**/*.md
2 changes: 1 addition & 1 deletion lib/configs/flat/base.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** DON'T EDIT THIS FILE; was created by scripts. */
export = [
{
name: '@intlify/vue-i18n:base:setup',
name: '@intlify/svelte:base:setup',
plugins: {
get '@intlify/svelte'() {
return require('../../index')
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-flat-base-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ writeAndFormat(
`/** DON'T EDIT THIS FILE; was created by scripts. */
export = [
{
name: @intlify/svelte:base:setup',
name: '@intlify/svelte:base:setup',
plugins: {
get '@intlify/svelte'() {
return require('../../index')
}
}
},
{
name: "@intlify/svelte:base:svelte",
name: '@intlify/svelte:base:svelte',
files: ['*.svelte'],
languageOptions: {
parser: require('svelte-eslint-parser'),
Expand Down

0 comments on commit e5c3f1c

Please sign in to comment.