UNPKG

300 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var tpl = "`\n \"lint:style\": \"stylelint src/**/*.{css,less,scss,sass} --allow-empty-input\",\n \"lint:style_fix\": \"stylelint src/**/*.{css,less,scss,sass} --fix --allow-empty-input\",\n`";
4exports.default = tpl;