diff --git a/.eslintrc.js b/.eslintrc.js index 4911ab7..64cd108 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,7 +2,7 @@ module.exports = { root: true, settings: { next: { - rootDir: ['packages/web/'], + rootDir: ['apps/*/'], }, react: { version: 'detect',