Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 50s
7 lines
120 B
JavaScript
7 lines
120 B
JavaScript
// @ts-check
|
|
import withNuxt from './.nuxt/eslint.config.mjs'
|
|
|
|
export default withNuxt(
|
|
// Your custom configs here
|
|
)
|