import nuxtEslintConfig from './apps/render/eslint.config.mjs';
const nuxtEsLint = await nuxtEslintConfig;
export default [
// other rules
{
files: ['apps/render/**/*'],
...nuxtEsLint,
},
// mre rules
]
import nuxtEslintConfig from './apps/render/eslint.config.mjs';
const nuxtEsLint = await nuxtEslintConfig;
export default [
// other rules
{
files: ['apps/render/**/*'],
...nuxtEsLint,
},
// mre rules
]