Skip to content

Commit ecada33

Browse files
committed
chore: lint
1 parent cf5d715 commit ecada33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function templatePlugin(config: Partial<ModuleOptions>, registry: Require
1212
logger.warn('The `globals` array option is deprecated, please convert to an object.')
1313
}
1414
// handles tests
15-
const nuxt = tryUseNuxt() || { options: { buildDir: import.meta.dirname }}
15+
const nuxt = tryUseNuxt() || { options: { buildDir: import.meta.dirname } }
1616
const buildDir = nuxt.options.buildDir
1717
const imports = []
1818
const inits = []

0 commit comments

Comments
 (0)