Skip to content

Commit 0f68f1e

Browse files
committed
chore: dedupe deps + lint project
1 parent 730c47a commit 0f68f1e

File tree

7 files changed

+279
-335
lines changed

7 files changed

+279
-335
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"devalue": "5.1.1",
3030
"eslint": "8.57.1",
3131
"eslint-plugin-import": "2.31.0",
32-
"eslint-plugin-jsdoc": "50.6.1",
32+
"eslint-plugin-jsdoc": "50.6.3",
3333
"execa": "9.5.2",
3434
"globby": "14.0.2",
3535
"h3": "1.13.1",

packages/bridge/src/global-middleware-template.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import type { Nuxt, NuxtApp } from '@nuxt/schema'
32
import { genArrayFromRaw, genImport, genSafeVariableName } from 'knitwork'
43
import { resolveFiles } from '@nuxt/kit'

packages/bridge/src/runtime/composables/component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { defineComponent } from 'vue'
32
import type { DefineComponent } from 'vue'
43
import { useHead } from '@unhead/vue'

packages/bridge/src/runtime/composables/state.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
import { reactive, toRef, isReactive, Ref, set } from 'vue'
32
import { useNuxtApp } from '../nuxt'
43

playground/layouts/custom.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<script setup lang="ts">
32
const count = ref(0)
43

playground/server/plugins/template.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
export default defineNitroPlugin((nitroApp) => {
32
nitroApp.hooks.hook('render:html' as any, (html: any) => {
43
for (const bodyPart of html.body) {

0 commit comments

Comments
 (0)