Skip to content

Commit

Permalink
8.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Nov 18, 2022
1 parent d2b0723 commit b8769f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.27.0",
"version": "8.28.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions docs/src/_data/rules.json
Expand Up @@ -21,7 +21,7 @@
},
{
"name": "for-direction",
"description": "Enforce \"for\" loop update clause moving the counter in the right direction.",
"description": "Enforce \"for\" loop update clause moving the counter in the right direction",
"recommended": true,
"fixable": false,
"hasSuggestions": false
Expand Down Expand Up @@ -1316,7 +1316,7 @@
},
{
"name": "prefer-object-spread",
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead.",
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead",
"recommended": false,
"fixable": true,
"hasSuggestions": false
Expand Down
4 changes: 2 additions & 2 deletions docs/src/_data/rules_meta.json
Expand Up @@ -270,7 +270,7 @@
"for-direction": {
"type": "problem",
"docs": {
"description": "Enforce \"for\" loop update clause moving the counter in the right direction.",
"description": "Enforce \"for\" loop update clause moving the counter in the right direction",
"recommended": true,
"url": "https://eslint.org/docs/rules/for-direction"
},
Expand Down Expand Up @@ -2139,7 +2139,7 @@
"prefer-object-spread": {
"type": "suggestion",
"docs": {
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead.",
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead",
"recommended": false,
"url": "https://eslint.org/docs/rules/prefer-object-spread"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/src/user-guide/formatters/html-formatter-example.html
Expand Up @@ -118,7 +118,7 @@
<div id="overview" class="bg-2">
<h1>ESLint Report</h1>
<div>
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Sun Nov 06 2022 01:18:08 GMT-0500 (Eastern Standard Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Nov 18 2022 16:27:56 GMT-0500 (Eastern Standard Time)
</div>
</div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.27.0",
"version": "8.28.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit b8769f1

Please sign in to comment.