nixos/home/ags/node_modules/eslint-compat-utils/dist/shared/eslint-compat-utils.cb53cf36.cjs
2025-02-27 02:26:55 +01:00

11 lines
177 B
JavaScript

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