Skip to content

Latest commit

 

History

History

unicode-bom

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

stylistic/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+FEFF
a {}

"never"

The following pattern is considered a problem:

U+FEFF
a {}

The following pattern is not considered a problem:

a {}