eslint: specify next app rootDir
This commit is contained in:
parent
78064edf81
commit
438242ac31
@ -2,7 +2,7 @@ module.exports = {
|
||||
root: true,
|
||||
settings: {
|
||||
next: {
|
||||
rootDir: ['packages/web/'],
|
||||
rootDir: ['apps/*/'],
|
||||
},
|
||||
react: {
|
||||
version: 'detect',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user