2022-11-18 08:30:40 +00:00
|
|
|
module.exports = {
|
|
|
|
root: true,
|
|
|
|
// This tells ESLint to load the config from the package `eslint-config-custom`
|
|
|
|
extends: ["custom"],
|
|
|
|
settings: {
|
|
|
|
next: {
|
2022-11-22 13:43:53 +00:00
|
|
|
rootDir: ["packages/*/"],
|
2022-11-18 08:30:40 +00:00
|
|
|
},
|
|
|
|
},
|
|
|
|
};
|