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