function isBlankLineBefore()

in eslint/sorted-imports.js [1:3]


function isBlankLineBefore(context, node) {
    return node.range[0] > 0 && !context.getSourceCode().getLocFromIndex(node.range[0] - 1).column;
}