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