[guide] Add link to eol-last rule.

Fixes #945.
This commit is contained in:
Jordan Harband
2016-07-09 09:10:28 -07:00
parent 3ad2404974
commit a9bfee01cd

View File

@@ -1922,7 +1922,7 @@ Other Style Guides
```
<a name="whitespace--newline-at-end"></a><a name="18.5"></a>
- [18.5](#whitespace--newline-at-end) End files with a single newline character.
- [18.5](#whitespace--newline-at-end) End files with a single newline character. eslint: [`eol-last`](https://github.com/eslint/eslint/blob/master/docs/rules/eol-last.md)
```javascript
// bad