diff --git a/_posts/2017-10-14-eslint-v4.9.0-released.md b/_posts/2017-10-14-eslint-v4.9.0-released.md index 1bf8f3e61f..a124961a5a 100644 --- a/_posts/2017-10-14-eslint-v4.9.0-released.md +++ b/_posts/2017-10-14-eslint-v4.9.0-released.md @@ -36,7 +36,7 @@ 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) @@ -44,7 +44,6 @@ We also added new CLI option [`--fix-dry-run`](/docs/user-guide/command-line-int * [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)