import { EsLintStyleRules as R, Severity } from '../../../enums'; export default { [R.MaxDepth]: [Severity.off] };