astro-ghostcms/.pnpm-store/v3/files/ab/47017c1bd13fe63883d1ff7df8b...

12 lines
177 B
Plaintext

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