eslint: specify next app rootDir

This commit is contained in:
vchikalkin 2023-08-01 14:14:18 +03:00
parent 78064edf81
commit 438242ac31

View File

@ -2,7 +2,7 @@ module.exports = {
root: true, root: true,
settings: { settings: {
next: { next: {
rootDir: ['packages/web/'], rootDir: ['apps/*/'],
}, },
react: { react: {
version: 'detect', version: 'detect',