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