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