UNPKG

398 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.tpl_ignore_eslint = void 0;
4var utils_1 = require("@omni-door/utils");
5var tpl = "`build/\nconfigs/\nes/\nlib/\ndist/\nnode_modules/\n**/__test__/\n\n.eslintrc.js\n*.config.js\n*.conf.js\n`";
6exports.tpl_ignore_eslint = {
7 tpl: tpl
8};
9exports.default = utils_1.tplEngineInit(exports.tpl_ignore_eslint, 'tpl');