SIGN IN SIGN UP

[eslint config] [minor] Fix typo in no-multiple-empty-lines rule

## Why is the change being made?

This change is made because the Airbnb documentation states to "avoid a
newline at the beginning of files", yet the code does not follow this.

 ## What has changed to address the problem?

This change fixes the `no-multiple-empty-lines` rule by setting max
beginning of file (`maxBOF`) to from 1 to 0.

 ## How was this change tested?

This change was tested with `npm test`.

 ## Related docs

https://github.com/airbnb/javascript#whitespace--no-multiple-empty-lines
P
Paul Matthew Barrameda committed
06b3ab11d9a443ff46f052dd00375e271e5146e6
Parent: c0ee2c4
Committed by Jordan Harband <[email protected]> on 2/20/2020, 6:56:52 AM