UNPKG

eslint-plugin-vue-scoped-css

Version:
20 lines (19 loc) 675 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSourceCode = getSourceCode; exports.getFilename = getFilename; exports.getPhysicalFilename = getPhysicalFilename; exports.getCwd = getCwd; const eslint_compat_utils_1 = require("eslint-compat-utils"); function getSourceCode(context) { return (0, eslint_compat_utils_1.getSourceCode)(context); } function getFilename(context) { return (0, eslint_compat_utils_1.getFilename)(context); } function getPhysicalFilename(context) { return (0, eslint_compat_utils_1.getPhysicalFilename)(context); } function getCwd(context) { return (0, eslint_compat_utils_1.getCwd)(context); }