UNPKG
@gabortorma/nuxt-eslint-layer
Version:
latest (1.0.0)
1.0.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
Preconfigured eslint for Nuxt 3
github.com/GaborTorma/nuxt-eslint-layer
@gabortorma/nuxt-eslint-layer
/
eslint.config.js
5 lines
(3 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
import
antfu
from
'@gabortorma/antfu-eslint-config'
import
withNuxt
from
'./.playground/.nuxt/eslint.config.mjs'
export
default
withNuxt
(
antfu
())