-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New rule: unicode-bom #538
Labels
Milestone
Comments
What is the suggested value for the rule? |
Yep. Setting it to |
I'm only like half-understanding this rule; not spotting any way it affects anything I've ever done with JS so 👍 I guess |
@yoshuawuyts See #283 for some more context, if you're interested. |
This rule will be included in standard v8 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
http://eslint.org/docs/rules/unicode-bom
This was previously covered by
no-irregular-whitespace
but BOM characters at the beginning of files are now stripped by eslint, so adding this rule just gets us the old behavior again.The text was updated successfully, but these errors were encountered: