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