Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
Update 2017-10-14-eslint-v4.9.0-released.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Oct 16, 2017
1 parent 1e75d9e commit 88b6985
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _posts/2017-10-14-eslint-v4.9.0-released.md
Expand Up @@ -36,15 +36,14 @@ We also added new CLI option [`--fix-dry-run`](/docs/user-guide/command-line-int
* [6767857](https://github.com/eslint/eslint/commit/6767857) Update: fix ignored nodes in [indent](/docs/rules/indent) rule when using tabs (fixes [#9392](https://github.com/eslint/eslint/issues/9392)) ([#9393](https://github.com/eslint/eslint/issues/9393)) (Robin Houston)
* [786cc73](https://github.com/eslint/eslint/commit/786cc73) Update: Add "consistent" option to [array-bracket-newline](/docs/rules/array-bracket-newline) (fixes [#9136](https://github.com/eslint/eslint/issues/9136)) ([#9206](https://github.com/eslint/eslint/issues/9206)) (Ethan Rutherford)
* [1167638](https://github.com/eslint/eslint/commit/1167638) Update: add allowElseIf option to [no-else-return](/docs/rules/no-else-return) (fixes [#9228](https://github.com/eslint/eslint/issues/9228)) ([#9229](https://github.com/eslint/eslint/issues/9229)) (Thomas Grainger)

* [62a323c](https://github.com/eslint/eslint/commit/62a323c) Fix: Add class options for [`lines-around-comment`](/docs/rules/lines-around-comment) (fixes [#8564](https://github.com/eslint/eslint/issues/8564)) ([#8565](https://github.com/eslint/eslint/issues/8565)) (Ed Lee)



## Bug Fixes


* [85388fb](https://github.com/eslint/eslint/commit/85388fb) Fix: Correct error and test messages to fit config search path ([#9428](https://github.com/eslint/eslint/issues/9428)) (Jonathan Pool)
* [62a323c](https://github.com/eslint/eslint/commit/62a323c) Fix: Add class options for [`lines-around-comment`](/docs/rules/lines-around-comment) (fixes [#8564](https://github.com/eslint/eslint/issues/8564)) ([#8565](https://github.com/eslint/eslint/issues/8565)) (Ed Lee)
* [8da525f](https://github.com/eslint/eslint/commit/8da525f) Fix: recognise multiline comments as multiline arrays (fixes [#9211](https://github.com/eslint/eslint/issues/9211)) ([#9369](https://github.com/eslint/eslint/issues/9369)) (Phil Quinn)


Expand Down

0 comments on commit 88b6985

Please sign in to comment.