UNPKG

504 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.tpl_prettier = void 0;
4var utils_1 = require("@omni-door/utils");
5var tpl = "`${use_strict}\n\nmodule.exports = {\n tabWidth: 2,\n printWidth: 80,\n semi: true,\n singleQuote: true,\n jsxSingleQuote: true,\n trailingComma: 'none',\n endOfLine: 'auto',\n arrowParens: 'avoid',\n rangeEnd: 0\n};\n`";
6exports.tpl_prettier = {
7 tpl: tpl
8};
9exports.default = utils_1.tplEngineInit(exports.tpl_prettier, 'tpl');