Skip to content

Commit

Permalink
8.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Oct 21, 2022
1 parent dce6a71 commit 823b018
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.25.0",
"version": "8.26.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/user-guide/formatters/html-formatter-example.html
Expand Up @@ -93,7 +93,7 @@
<div id="overview" class="bg-2">
<h1>ESLint Report</h1>
<div>
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Oct 07 2022 18:37:51 GMT-0400 (Eastern Daylight Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Oct 21 2022 17:01:50 GMT-0400 (Eastern Daylight Time)
</div>
</div>
<table>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/user-guide/formatters/index.md
Expand Up @@ -5,7 +5,7 @@ eleventyNavigation:
key: formatters
parent: user guide
title: Formatters
order: 6
order: 5
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
---

Expand Down Expand Up @@ -43,7 +43,7 @@ function addOne(i) {
};
```

### `.eslintrc`
### `.eslintrc`:

```json
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.25.0",
"version": "8.26.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 823b018

Please sign in to comment.