Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
docs: Note reverted feature in v8 teaser post (#924)
Browse files Browse the repository at this point in the history
As suggested by @thernstig in #14960.
  • Loading branch information
btmills authored Feb 14, 2022
1 parent f9a5da2 commit b91049c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2021-06-08-whats-coming-in-eslint-8.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ESLint v8.0.0 will now automatically [remove unused disable directives](https://

### Line comment directives

ESLint v8.0.0 now allows [line comment directives](https://github.com/eslint/eslint/issues/14575) for all directives that previously required block comments.
~~ESLint v8.0.0 now allows [line comment directives](https://github.com/eslint/eslint/issues/14575) for all directives that previously required block comments.~~ This was [reverted](https://github.com/eslint/eslint/issues/14960) in v8.0.0-beta.1 due to compatibility problems.

### Stricter rule schema validation

Expand Down

0 comments on commit b91049c

Please sign in to comment.