EXExHARDY
implementing ESLint Flat Config in Nx monorepo of Nuxt
Hi all,
I am trying to setup eslint's latest flat config format in my nuxt project. The project is a Nx monorepo having multiple eslint.config.js file for multiple projects. Nx has provided support for converting all legacy eslint formats to the newer flat format (https://nx.dev/recipes/tips-n-tricks/flat-config).
On implementing it, my base config is working fine, however, the inner configs are not running.
Does anyone have any idea about this ?
1 replies