diff --git a/README.md b/README.md
index c8c2c591..ee0871b4 100644
--- a/README.md
+++ b/README.md
@@ -1922,7 +1922,7 @@ Other Style Guides
```
- - [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