in plugins/no-unused-vars.js [90:92]
function stripCwd(path) { return path.startsWith(cwd) ? path.substr(cwd.length + 1) : path }