Skip to content

Commit b8769f1

Browse files
author
ESLint Jenkins
committed
8.28.0
1 parent d2b0723 commit b8769f1

5 files changed

Lines changed: 7 additions & 7 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.27.0",
4+
"version": "8.28.0",
55
"description": "",
66
"main": "index.js",
77
"keywords": [],

docs/src/_data/rules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"name": "for-direction",
24-
"description": "Enforce \"for\" loop update clause moving the counter in the right direction.",
24+
"description": "Enforce \"for\" loop update clause moving the counter in the right direction",
2525
"recommended": true,
2626
"fixable": false,
2727
"hasSuggestions": false
@@ -1316,7 +1316,7 @@
13161316
},
13171317
{
13181318
"name": "prefer-object-spread",
1319-
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead.",
1319+
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead",
13201320
"recommended": false,
13211321
"fixable": true,
13221322
"hasSuggestions": false

docs/src/_data/rules_meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"for-direction": {
271271
"type": "problem",
272272
"docs": {
273-
"description": "Enforce \"for\" loop update clause moving the counter in the right direction.",
273+
"description": "Enforce \"for\" loop update clause moving the counter in the right direction",
274274
"recommended": true,
275275
"url": "https://eslint.org/docs/rules/for-direction"
276276
},
@@ -2139,7 +2139,7 @@
21392139
"prefer-object-spread": {
21402140
"type": "suggestion",
21412141
"docs": {
2142-
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead.",
2142+
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead",
21432143
"recommended": false,
21442144
"url": "https://eslint.org/docs/rules/prefer-object-spread"
21452145
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<div id="overview" class="bg-2">
119119
<h1>ESLint Report</h1>
120120
<div>
121-
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Sun Nov 06 2022 01:18:08 GMT-0500 (Eastern Standard Time)
121+
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Nov 18 2022 16:27:56 GMT-0500 (Eastern Standard Time)
122122
</div>
123123
</div>
124124
<table>

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.27.0",
3+
"version": "8.28.0",
44
"author": "Nicholas C. Zakas <[email protected]>",
55
"description": "An AST-based pattern checker for JavaScript.",
66
"bin": {

0 commit comments

Comments
 (0)