mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2024-12-12 12:50:35 +00:00
10 lines
211 B
JavaScript
10 lines
211 B
JavaScript
module.exports = {
|
|
root: true,
|
|
// This tells ESLint to load the config from the package `eslint-config-custom`
|
|
extends: ["custom"],
|
|
settings: {
|
|
next: {
|
|
rootDir: ["packages/*/"],
|
|
},
|
|
},
|
|
};
|