eslint: specify next app rootDir
This commit is contained in:
parent
78064edf81
commit
438242ac31
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user