diff --git a/.eslintrc.js b/.eslintrc.js index 5b999ef..34db7ab 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,10 +1,10 @@ module.exports = { root: true, // This tells ESLint to load the config from the package `eslint-config-custom` - extends: ["custom"], + extends: ['./node_modules/@maons/lint'], settings: { next: { - rootDir: ["apps/*/"], - }, - }, -}; + rootDir: ['apps/*/'] + } + } +}