eslint-plugin-vue-scoped-css
Version:
ESLint plugin for Scoped CSS in Vue.js
20 lines (19 loc) • 675 B
JavaScript
;
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);
}