Skip to main content

unicode-bom

Require or disallow the Unicode Byte Order Mark.

Options#

string: "always"|"never"

"always"#

The following pattern is considered a problem:

a {}

The following pattern is not considered a problem:

U+FEFFa {}

"never"#

The following pattern is considered a problem:

U+FEFFa {}

The following pattern is not considered a problem:

a {}