Evo.Auth/.eslintrc.js
2023-08-01 15:23:30 +03:00

12 lines
147 B
JavaScript

module.exports = {
root: true,
settings: {
next: {
rootDir: ['apps/*/'],
},
react: {
version: 'detect',
},
},
};