UNPKG

530 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var tpl = "`\n \"lint\": \"${prettier ? `${script_prettier}${eslint || stylelint ? ' && ' : ''}` : ''}${eslint ? `${script_eslint}${stylelint ? ' && ' : ''}` : ''}${stylelint ? `${script_stylelint}` : ''}\",\n \"lint:fix\": \"${prettier ? `${script_prettier_fix}${eslint || stylelint ? ' && ' : ''}` : ''}${eslint ? `${script_eslint_fix}${stylelint ? ' && ' : ''}` : ''}${stylelint ? `${script_stylelint_fix}` : ''}\",\n`";
4exports.default = tpl;