create-guilded-bot/.eslintrc.js

11 lines
207 B
JavaScript
Raw Normal View History

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: {
rootDir: ["apps/*/"],
},
},
};