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