EvoCalculator.Client2/.eslintrc.js
2023-01-11 11:26:08 +03:00

11 lines
222 B
JavaScript

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