prettier / eslint-config-prettier

Turns off all rules that are unnecessary or might conflict with Prettier.
MIT License
5.34k stars 251 forks source link

Do not disable unicode-bom #250

Closed nstepien closed 11 months ago

nstepien commented 1 year ago

Prettier does not add/remove BOM from files afaict, so this rule should not be disabled.

Related: https://github.com/prettier/prettier/issues/6461

lydell commented 11 months ago

You are right! This will be included in the next major version.

lydell commented 11 months ago

Released in v9.0.0.