@omni-door/tpl-component-library-react
Version:
The React component-library-react project template
8 lines (7 loc) • 847 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function default_1(config) {
var style = config.style;
return "'use strict';\n\nmodule.exports = {\n\textends: [\n\t\t\"stylelint-config-standard\",\n\t\t\"stylelint-config-css-modules\",\n\t\t\"stylelint-config-rational-order\",\n\t\t\"stylelint-config-prettier\"\n\t],\n\tplugins: [\n\t\t\"stylelint-order\",\n\t\t" + (style === 'all' || style === 'scss' ? '"stylelint-scss",' : '') + "\n\t\t\"stylelint-declaration-block-no-ignored-properties\"\n\t],\n\trules: {\n\t\t\"no-descending-specificity\": null,\n\t\t" + (style === 'all' || style === 'scss' ? "\"at-rule-no-unknown\": null,\n \"scss/selector-no-redundant-nesting-selector\": true," : '') + "\n\t\t\"plugin/declaration-block-no-ignored-properties\": true\n\t}\n};";
}
exports.default = default_1;