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