class RemoveEmptyLinesTransformation

Transformation that removes empty lines from the rules.

Properties

readonly
name: string

Human-readable name of the transformation

The transformation type identifier

Methods

executeSync(rules: string[]): string[]

Removes all empty lines from the rules.

Usage

import { RemoveEmptyLinesTransformation } from ".";