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