We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3c216 commit 41aa042Copy full SHA for 41aa042
.github/workflows/main.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Install dependencies
43
run: yarn install
44
45
- - run: yarn lint
+ - run: yarn lint --max-warnings 0
46
47
- name: Build Playground
48
run: yarn dev:build
src/module.ts
@@ -10,7 +10,7 @@ export default defineNuxtModule<ModuleOptions>({
10
},
11
// Default configuration options of the Nuxt module
12
defaults: {},
13
- setup() {
+ setup(options, nuxt) {
14
const resolver = createResolver(import.meta.url);
15
16
// Do not add the extension since the `.ts` will be transpiled to `.mjs` after `npm run prepack`
0 commit comments