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

Commit

Permalink
Autogenerated new docs and demo at Fri Jul 31 2020 19:20:20
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Jul 31, 2020
1 parent 7c48961 commit 0c703e4
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 7 deletions.
51 changes: 51 additions & 0 deletions _posts/2020-07-31-eslint-v7.6.0-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
layout: post
title: ESLint v7.6.0 released
tags:
- release
- minor
---
# ESLint v7.6.0 released

We just pushed ESLint v7.6.0, which is a minor release upgrade of ESLint. This release adds some new features and fixes several bugs found in the previous release.










## Enhancements


* [`ecb2b73`](https://github.com/eslint/eslint/commit/ecb2b7343a0d14fb57d297a16be6c1b176fb3dbf) Update: require `meta` for fixable rules in RuleTester (refs [#13349](https://github.com/eslint/eslint/issues/13349)) ([#13489](https://github.com/eslint/eslint/issues/13489)) (Milos Djermanovic)
* [`e71e298`](https://github.com/eslint/eslint/commit/e71e2980cd2e319afc70d8c859c7ffd59cf4157b) Update: Change [no-duplicate-case](/docs/rules/no-duplicate-case) to comparing tokens (fixes [#13485](https://github.com/eslint/eslint/issues/13485)) ([#13494](https://github.com/eslint/eslint/issues/13494)) (Yosuke Ota)




## Bug Fixes


* [`318fe10`](https://github.com/eslint/eslint/commit/318fe103dbf2548eee293ff456ef0b829dbe3db3) Fix: Do not output `undefined` as line and column when it's unavailable ([#13519](https://github.com/eslint/eslint/issues/13519)) (haya14busa)
* [`16b10fe`](https://github.com/eslint/eslint/commit/16b10fe8ba3c78939d5ada4a25caf2f0c9e6a058) Fix: Update the chatroom link to go directly to help channel ([#13536](https://github.com/eslint/eslint/issues/13536)) (Nicholas C. Zakas)




## Documentation


* [`6fb4edd`](https://github.com/eslint/eslint/commit/6fb4edde3b7a7ae2faf8ac956a7342fbf80865fc) Docs: fix broken links in developer guide ([#13518](https://github.com/eslint/eslint/issues/13518)) (Sam Chen)
* [`6c4aea4`](https://github.com/eslint/eslint/commit/6c4aea44fd78e1eecea5fe3c37e1921e3b1e98a6) Docs: add ECMAScript 2020 to README ([#13510](https://github.com/eslint/eslint/issues/13510)) (Milos Djermanovic)








6 changes: 3 additions & 3 deletions docs/developer-guide/contributing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ One of the great things about open source projects is that anyone can contribute

This guide is intended for anyone who wants to contribute to an ESLint project. Please read it carefully as it answers a lot of the questions many newcomers have when first working with our projects.

## Read the [Code of Conduct](https://js.foundation/community/code-of-conduct)
## Read the [Code of Conduct](https://eslint.org/conduct)

ESLint welcomes contributions from everyone and adheres to the [JS Foundation Code of Conduct](https://js.foundation/community/code-of-conduct). We kindly request that you read over our code of conduct before contributing.
ESLint welcomes contributions from everyone and adheres to the [OpenJS Foundation Code of Conduct](https://eslint.org/conduct). We kindly request that you read over our code of conduct before contributing.

## [Signing the CLA](https://js.foundation/CLA)
## [Signing the CLA](https://openjsf.org/about/the-openjs-foundation-cla/)

In order to submit code or documentation to an ESLint project, you will need to electronically sign our [Contributor License Agreement](https://cla.js.foundation/eslint/eslint). The CLA is you giving us permission to use your contribution.

Expand Down
6 changes: 3 additions & 3 deletions docs/developer-guide/contributing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ One of the great things about open source projects is that anyone can contribute

This guide is intended for anyone who wants to contribute to an ESLint project. Please read it carefully as it answers a lot of the questions many newcomers have when first working with our projects.

## Read the [Code of Conduct](https://js.foundation/community/code-of-conduct)
## Read the [Code of Conduct](https://eslint.org/conduct)

ESLint welcomes contributions from everyone and adheres to the [JS Foundation Code of Conduct](https://js.foundation/community/code-of-conduct). We kindly request that you read over our code of conduct before contributing.
ESLint welcomes contributions from everyone and adheres to the [OpenJS Foundation Code of Conduct](https://eslint.org/conduct). We kindly request that you read over our code of conduct before contributing.

## [Signing the CLA](https://js.foundation/CLA)
## [Signing the CLA](https://openjsf.org/about/the-openjs-foundation-cla/)

In order to submit code or documentation to an ESLint project, you will need to electronically sign our [Contributor License Agreement](https://cla.js.foundation/eslint/eslint). The CLA is you giving us permission to use your contribution.

Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide/formatters/html-formatter-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<div id="overview" class="bg-2">
<h1>ESLint Report</h1>
<div>
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Sat Jul 18 2020 14:51:47 GMT-0400 (Eastern Daylight Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Jul 31 2020 19:20:19 GMT-0400 (Eastern Daylight Time)
</div>
</div>
<table>
Expand Down

0 comments on commit 0c703e4

Please sign in to comment.