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,
settings: {
next: {
rootDir: ['packages/web/'],
rootDir: ['apps/*/'],
},
react: {
version: 'detect',