Evo.Auth/.eslintrc.js
2022-11-23 17:06:34 +03:00

11 lines
214 B
JavaScript

module.exports = {
root: true,
// This tells ESLint to load the config from the package `eslint-config-custom`
extends: ["custom/common"],
settings: {
next: {
rootDir: ["apps/*/"],
},
},
};