create-guilded-bot/.eslintrc.js
2022-11-22 19:13:53 +05:30

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/*/"],
},
},
};