UNPKG

stylelint

Version:

A mighty, modern CSS linter.

11 lines (9 loc) 178 B
'use strict'; /** * @param {string} source * * @returns {string} */ module.exports = function (source, blurChar = '`') { return source.replace(/\/\*.*\*\//g, blurChar); };