Skip to content

Commit

Permalink
update ESLint from v3 to v4 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
soda0289 authored and shinnn committed Jun 12, 2017
1 parent c0e82ce commit b8bf261
Show file tree
Hide file tree
Showing 4 changed files with 2,051 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@
* Because almost all, at popular, tools to handle JavaScript files today doesn't support `Streams`. They only support either `String` or `Buffer`.
* Use [`Buffer.from(<string>)`](https://nodejs.org/api/buffer.html#buffer_class_method_buffer_from_string_encoding) instead of the deprecated [`new Buffer(<string>)`](https://nodejs.org/dist/latest-v8.x/docs/api/buffer.html#buffer_new_buffer_string_encoding)
* Note that `Buffer.from` is only available on Node.js >= [4.5.0](https://nodejs.org/en/blog/release/v4.5.0/).
* Bump [`eslint`](https://github.com/eslint/eslint) dependency to [`^4.0.0`](http://eslint.org/blog/2017/06/eslint-v4.0.0-released)

## 3.0.1

Expand Down

0 comments on commit b8bf261

Please sign in to comment.