mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 02:34:20 +00:00
enhancement(lint): Fix lint errors for eslint.config.mjs
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
af13f43b09
commit
ac85ebf005
1 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,5 @@
|
|||
// @ts-check
|
||||
import withNuxt from './.nuxt/eslint.config.mjs'
|
||||
|
||||
export default withNuxt(
|
||||
// Your custom configs here
|
||||
)
|
||||
import withNuxt from "./.nuxt/eslint.config.mjs";
|
||||
|
||||
export default withNuxt();
|
||||
// Your custom configs here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue