Skip to content

Commit 78fbd7c

Browse files
committed
chore: lint
1 parent 67b7e70 commit 78fbd7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { hash } from 'ohash'
22
import type { ModuleOptions } from './module'
33
import { logger } from './logger'
44
import type { RegistryScript } from '#nuxt-scripts/types'
5-
import {useNuxt} from "@nuxt/kit";
6-
import {relative} from "pathe";
5+
import { useNuxt } from '@nuxt/kit'
6+
import { relative } from 'pathe'
77

88
export function templatePlugin(config: Partial<ModuleOptions>, registry: Required<RegistryScript>[]) {
99
if (Array.isArray(config.globals)) {

0 commit comments

Comments
 (0)