mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-04 08:08:44 +00:00
11 lines
207 B
JavaScript
11 lines
207 B
JavaScript
module.exports = {
|
|
root: true,
|
|
// This tells ESLint to load the config from the package `eslint-config-custom`
|
|
extends: ["custom"],
|
|
settings: {
|
|
next: {
|
|
rootDir: ["apps/*/"],
|
|
},
|
|
},
|
|
};
|