Graduation / ui /node_modules /eslint-compat-utils /dist /shared /eslint-compat-utils.cb53cf36.cjs
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
177 Bytes
'use strict';
function getUnsupported() {
try {
return require("eslint/use-at-your-own-risk");
} catch {
return {};
}
}
exports.getUnsupported = getUnsupported;