import { EsLintErrorRules as R, Severity } from '../../../enums'; export default { [R.NoEmpty]: [Severity.warn] };