blob: 5b999efa470b056e329b4c23a73904e0794bdc2f [file] [log] [blame]
Skyler Greydeea2f72023-05-31 20:14:49 +02001module.exports = {
2 root: true,
3 // This tells ESLint to load the config from the package `eslint-config-custom`
4 extends: ["custom"],
5 settings: {
6 next: {
7 rootDir: ["apps/*/"],
8 },
9 },
10};