readme: drop node < 4 [skip ci]

This commit is contained in:
Henry Zhu 2016-11-17 16:45:47 -05:00
parent d38551cc23
commit 9c9bff745c

View File

@ -4,6 +4,8 @@ An `eslint` plugin companion to `babel-eslint`. `babel-eslint` does a great job
for use with Babel, but it can't change the built in rules to support experimental features.
`eslint-plugin-babel` re-implements problematic rules so they do not give false positives or negatives.
> Requires Node 4 or greater
### Install
```sh