UNPKG

@omni-door/tpl-component-react

Version:
10 lines (9 loc) 484 B
"use strict"; 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.storybook/\n**/__test__/\n**/stories/\n**/*.stories.*\n\ngulpfile.js\nsetupTests.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');