NuxtN
Nuxt7mo ago
4 replies
Robson

.nuxt/eslint.config.mjs not available in CI

When I install my project in Github actions (npm ci) and want to run npm run lint with @nuxt/eslint it fails because .nuxt/eslint.config.mjs is not available. What am I overlooking? Do I need to build the project to lint it?
Was this page helpful?