@intlify/eslint-plugin-vue-i18n
Version:
ESLint plugin for Vue I18n
11 lines (10 loc) • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.setTimeouts = exports.MTIME_MS_CHECK = exports.CACHE_LOADER = void 0;
exports.CACHE_LOADER = 1000;
exports.MTIME_MS_CHECK = 300;
function setTimeouts(times) {
exports.CACHE_LOADER = times.CACHE_LOADER;
exports.MTIME_MS_CHECK = times.MTIME_MS_CHECK;
}
exports.setTimeouts = setTimeouts;