update formatting
This commit is contained in:
@@ -135,11 +135,7 @@ function updateFileReferences(content, conversionConfig) {
|
|||||||
* @param {Object} globalReplacements - Global text replacements
|
* @param {Object} globalReplacements - Global text replacements
|
||||||
* @returns {string} - The transformed content
|
* @returns {string} - The transformed content
|
||||||
*/
|
*/
|
||||||
function transformRuleContent(
|
function transformRuleContent(content, conversionConfig, globalReplacements) {
|
||||||
content,
|
|
||||||
conversionConfig,
|
|
||||||
globalReplacements
|
|
||||||
) {
|
|
||||||
let result = content;
|
let result = content;
|
||||||
|
|
||||||
// Apply all transformations in appropriate order
|
// Apply all transformations in appropriate order
|
||||||
|
|||||||
Reference in New Issue
Block a user