; | |
function getUnsupported() { | |
try { | |
return require("eslint/use-at-your-own-risk"); | |
} catch { | |
return {}; | |
} | |
} | |
exports.getUnsupported = getUnsupported; | |
; | |
function getUnsupported() { | |
try { | |
return require("eslint/use-at-your-own-risk"); | |
} catch { | |
return {}; | |
} | |
} | |
exports.getUnsupported = getUnsupported; | |