Skip to content

Commit 823b018

Browse files
author
ESLint Jenkins
committed
8.26.0
1 parent dce6a71 commit 823b018

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docs-eslint",
33
"private": true,
4-
"version": "8.25.0",
4+
"version": "8.26.0",
55
"description": "",
66
"main": "index.js",
77
"keywords": [],

docs/src/user-guide/formatters/html-formatter-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<div id="overview" class="bg-2">
9494
<h1>ESLint Report</h1>
9595
<div>
96-
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Oct 07 2022 18:37:51 GMT-0400 (Eastern Daylight Time)
96+
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Oct 21 2022 17:01:50 GMT-0400 (Eastern Daylight Time)
9797
</div>
9898
</div>
9999
<table>

docs/src/user-guide/formatters/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ eleventyNavigation:
55
key: formatters
66
parent: user guide
77
title: Formatters
8-
order: 6
8+
order: 5
99
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
1010
---
1111

@@ -43,7 +43,7 @@ function addOne(i) {
4343
};
4444
```
4545

46-
### `.eslintrc`
46+
### `.eslintrc`:
4747

4848
```json
4949
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint",
3-
"version": "8.25.0",
3+
"version": "8.26.0",
44
"author": "Nicholas C. Zakas <[email protected]>",
55
"description": "An AST-based pattern checker for JavaScript.",
66
"bin": {

0 commit comments

Comments
 (0)