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

Commit

Permalink
Autogenerated new docs and demo at Mon Mar 04 2019 21:44:31
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Mar 5, 2019
1 parent e7829b7 commit a9735c7
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 9 deletions.
42 changes: 42 additions & 0 deletions _posts/2019-03-04-eslint-v5.15.1-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
layout: post
title: ESLint v5.15.1 released
tags:
- release
- patch
---
# ESLint v5.15.1 released

We just pushed ESLint v5.15.1, which is a patch release upgrade of ESLint. This release fixes several bugs found in the previous release.












## Bug Fixes


* [`458053b`](https://github.com/eslint/eslint/commit/458053b0b541f857bf233dacbde5ba80681820f8) Fix: avoid creating invalid regex in [no-warning-comments](/docs/rules/no-warning-comments) (fixes [#11471](https://github.com/eslint/eslint/issues/11471)) ([#11472](https://github.com/eslint/eslint/issues/11472)) (Teddy Katz)








## Build Related


* [`fe1a892`](https://github.com/eslint/eslint/commit/fe1a892f85b09c3d2fea05bef011530a678a6af5) Build: bundle espree (fixes eslint/eslint.github.io[#546](https://github.com/eslint/eslint/issues/546)) ([#11467](https://github.com/eslint/eslint/issues/11467)) (薛定谔的猫)




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 Fri Mar 01 2019 21:29:24 GMT-0500 (Eastern Standard Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Mon Mar 04 2019 21:44:31 GMT-0500 (Eastern Standard Time)
</div>
</div>
<table>
Expand Down

0 comments on commit a9735c7

Please sign in to comment.