Skip to content

Commit

Permalink
fix: types -d
Browse files Browse the repository at this point in the history
  • Loading branch information
arpowers committed Sep 13, 2024
1 parent bbb4589 commit 5b6c91d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions @fiction/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"@fiction/admin": "workspace:*",
"@fiction/cards": "workspace:*",
"@fiction/core": "workspace:*",
"@fiction/plugin-ai": "workspace:*",
"@fiction/plugin-stripe": "workspace:*",
"@fiction/plugin-transactions": "workspace:*",
"@fiction/site": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions @fiction/admin/test/email.main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { FictionAi } from '@fiction/plugin-ai'
import CardSite from '@fiction/cards/CardSite.vue'
import { AppRoute, type ServiceConfig } from '@fiction/core'
import { createSiteTestUtils } from '@fiction/site/test/testUtils.js'
Expand Down
1 change: 1 addition & 0 deletions @fiction/plugins/plugin-subscribe/test/kit.main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { FictionAi } from '@fiction/plugin-ai'
import CardSite from '@fiction/cards/CardSite.vue'
import { AppRoute, type ServiceConfig } from '@fiction/core/index.js'
import { createSiteTestUtils } from '@fiction/site/test/testUtils.js'
Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default antfu(
},
vue: true,
rules: {
'no-template-curly-in-string': 'error',
'no-alert': 'off',
'no-undef-init': 'off',
'eslint-comments/no-unlimited-disable': 'off',
Expand Down

0 comments on commit 5b6c91d

Please sign in to comment.