Skip to content

Commit

Permalink
chore(deps): update devdependency @nuxt/eslint-config to v0.5.0 (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe committed Aug 13, 2024
1 parent e278ca1 commit 26b2b41
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 68 deletions.
1 change: 1 addition & 0 deletions examples/module/src/module.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { addPlugin, createResolver, defineNuxtModule } from '@nuxt/kit'

// Module options TypeScript interface definition
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface ModuleOptions {}

export default defineNuxtModule<ModuleOptions>({
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@cucumber/cucumber": "10.8.0",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.3.13",
"@nuxt/eslint-config": "0.5.0",
"@nuxt/module-builder": "0.8.2",
"@playwright/test": "1.46.0",
"@testing-library/vue": "8.1.0",
Expand All @@ -87,6 +87,7 @@
"playwright-core": "1.46.0",
"rollup": "4.20.0",
"semver": "7.6.3",
"typescript": "^5.5.4",
"unbuild": "latest",
"unimport": "3.10.0",
"vite": "5.4.0",
Expand Down
123 changes: 58 additions & 65 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/module/plugins/mock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const createMockPlugin = (ctx: MockPluginContext) => createUnplugin(() =>
sourceType: 'module', ecmaVersion: 'latest', ranges: true,
})
}
catch (e) {
catch {
return
}

Expand Down
2 changes: 1 addition & 1 deletion src/runtime-utils/mock.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint-disable @typescript-eslint/ban-types */
/* eslint-disable @typescript-eslint/no-empty-object-type */
import { defineEventHandler } from 'h3'
import type { App, EventHandler, HTTPMethod } from 'h3'
import type {
Expand Down

0 comments on commit 26b2b41

Please sign in to comment.