@omni-door/tpl-ssr-react
Version:
The ssr-react project template
10 lines (9 loc) • 429 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.tpl_ignore_eslint = void 0;
var utils_1 = require("@omni-door/utils");
var tpl = "`build/\nconfigs/\nes/\nlib/\ndist/\nserver/\ndemo/\nnode_modules/\n**/__test__/\n\nsrc/routes.js\n.eslintrc.js\n*.config.js\n*.conf.js\n`";
exports.tpl_ignore_eslint = {
tpl: tpl
};
exports.default = utils_1.tplEngineInit(exports.tpl_ignore_eslint, 'tpl');
;