forked from github/plane
11 lines
196 B
JavaScript
11 lines
196 B
JavaScript
|
module.exports = {
|
||
|
root: true,
|
||
|
// This tells ESLint to load the config from the package `config`
|
||
|
// extends: ["custom"],
|
||
|
settings: {
|
||
|
next: {
|
||
|
rootDir: ["apps/*/"],
|
||
|
},
|
||
|
},
|
||
|
};
|