UNPKG

514 BJavaScriptView Raw
1"use strict";
2var __importDefault = (this && this.__importDefault) || function (mod) {
3 return (mod && mod.__esModule) ? mod : { "default": mod };
4};
5Object.defineProperty(exports, "__esModule", { value: true });
6exports.rules = void 0;
7const config_1 = __importDefault(require("./rules/config"));
8/**
9 * Expose a single rule called "config", which will be accessed in the user's eslint config files
10 * via "tslint/config"
11 */
12exports.rules = {
13 config: config_1.default,
14};
15//# sourceMappingURL=index.js.map
\No newline at end of file