range: getRange()

in htmlhint-server/src/server.ts [72:83]


        range: getRange(problem, lines),
        code: problem.rule.id
    };
}

/**
 * Get the html-hint configuration settings for the given html file.  This method will take care of whether to use
 * VS Code settings, or to use a .htmlhintrc file.
 */
function getConfiguration(filePath: string): any {
    var options: any;
    if (settings.htmlhint) {