chore(deps): update lint (#1971)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Shinigami92 <chrissi92@hotmail.de>
This commit is contained in:
renovate[bot] 2023-04-11 08:04:22 -07:00 committed by GitHub
parent d33ac87c64
commit 3acf87d5b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 156 additions and 152 deletions

View file

@ -1,3 +1,4 @@
import { Buffer } from 'node:buffer'
import { join, resolve } from 'pathe'
import fs from 'fs-extra'
import { ofetch } from 'ofetch'

View file

@ -1,3 +1,4 @@
import { Buffer } from 'node:buffer'
import flatten from 'flat'
import { createResolver } from '@nuxt/kit'
import fs from 'fs-extra'