nixos/home/ags/node_modules/eslint-compat-utils/dist/shared/eslint-compat-utils.3ecba7ac.mjs
2024-06-13 00:09:21 +02:00

9 lines
153 B
JavaScript

function getUnsupported() {
try {
return require("eslint/use-at-your-own-risk");
} catch {
return {};
}
}
export { getUnsupported as g };