chore(deps): update dependency @antfu/eslint-config to v4 (#3178)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
renovate[bot] 2025-02-03 05:59:04 +00:00 committed by GitHub
parent 76bf8cf09b
commit bfd05f74d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 238 additions and 357 deletions

View file

@ -1,6 +1,7 @@
import type { Buffer } from 'node:buffer'
import type { Plugin } from 'vite'
import type { VitePluginPWAAPI } from 'vite-plugin-pwa'
import type { LocalizedWebManifest } from './i18n'
import type { VitePWANuxtOptions } from './types'
import { mkdir, readFile, writeFile } from 'node:fs/promises'
import { dirname } from 'node:path'
@ -9,7 +10,7 @@ import { addPlugin, createResolver, defineNuxtModule } from '@nuxt/kit'
import { join, resolve } from 'pathe'
import { VitePWA } from 'vite-plugin-pwa'
import { configurePWAOptions } from './config'
import { createI18n, type LocalizedWebManifest, pwaLocales } from './i18n'
import { createI18n, pwaLocales } from './i18n'
export * from './types'