12 lines
452 B
Plaintext
12 lines
452 B
Plaintext
"use strict";
|
|
// THIS CODE WAS AUTOMATICALLY GENERATED
|
|
// DO NOT EDIT THIS CODE BY HAND
|
|
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
|
|
// npx nx generate-lib @typescript-eslint/repo-tools
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.esnext_intl = void 0;
|
|
const base_config_1 = require("./base-config");
|
|
exports.esnext_intl = {
|
|
Intl: base_config_1.TYPE_VALUE,
|
|
};
|
|
//# sourceMappingURL=esnext.intl.js.map |