This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autogenerated new docs and demo at Sat Nov 30 2019 12:03:36
- Loading branch information
ESLint Jenkins
committed
Nov 30, 2019
1 parent
2b46769
commit 89f74b3
Showing
5 changed files
with
89 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
layout: post | ||
title: ESLint v6.7.2 released | ||
tags: | ||
- release | ||
- patch | ||
--- | ||
# ESLint v6.7.2 released | ||
|
||
We just pushed ESLint v6.7.2, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release. | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
## Bug Fixes | ||
|
||
|
||
* [`bc435a9`](https://github.com/eslint/eslint/commit/bc435a93afd6ba4def1b53993ef7cf8220f3f070) Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes [#12614](https://github.com/eslint/eslint/issues/12614)) ([#12616](https://github.com/eslint/eslint/issues/12616)) (Toru Nagashima) | ||
* [`4928d51`](https://github.com/eslint/eslint/commit/4928d513b4fe716c7ed958c294a10ef8517be25e) Fix: don't ignore the entry directory (fixes [#12604](https://github.com/eslint/eslint/issues/12604)) ([#12607](https://github.com/eslint/eslint/issues/12607)) (Toru Nagashima) | ||
* [`ea16de4`](https://github.com/eslint/eslint/commit/ea16de4e7c6f661398b0b7843f95e5f307c89551) Fix: Support tagged template literal generics in [no-unexpected-multiline](/docs/rules/no-unexpected-multiline) ([#11698](https://github.com/eslint/eslint/issues/11698)) (Brad Zacher) | ||
|
||
|
||
|
||
|
||
## Documentation | ||
|
||
|
||
* [`b41677a`](https://github.com/eslint/eslint/commit/b41677ae2a143790b19b0e70391a46ec6c8f5de1) Docs: Clarify suggestion's data in Working with Rules (refs [#12606](https://github.com/eslint/eslint/issues/12606)) ([#12617](https://github.com/eslint/eslint/issues/12617)) (Milos Djermanovic) | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.