RuralDatabase/.eslintrc.js

11 lines
233 B
JavaScript
Raw Normal View History

2024-06-30 21:39:37 +08:00
module.exports = {
root: true,
// This tells ESLint to load the config from the package `eslint-config-custom`
extends: ['@myturborepo/eslint-config-custom'],
settings: {
next: {
rootDir: ['apps/*/'],
},
},
}