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