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