diff --git a/.eslintrc.js b/.eslintrc.js index f551104..8eef88c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,9 +1,4 @@ module.exports = { root: true, extends: ["@developomp-site/eslint-config"], - settings: { - next: { - rootDir: ["apps/*/"], - }, - }, }