import { EsLintStyleRules as R, Severity } from '../../../enums'; export default { [R.NoInlineComments]: [Severity.off] };