diff --git a/docs/package.json b/docs/package.json index 910a2b5248f..1eed49cdc7a 100644 --- a/docs/package.json +++ b/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": [], diff --git a/docs/src/_data/rules.json b/docs/src/_data/rules.json index 87a6e2168ca..11a3453f59d 100644 --- a/docs/src/_data/rules.json +++ b/docs/src/_data/rules.json @@ -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 @@ -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 diff --git a/docs/src/_data/rules_meta.json b/docs/src/_data/rules_meta.json index cf4cd4ce046..5028ea0260d 100644 --- a/docs/src/_data/rules_meta.json +++ b/docs/src/_data/rules_meta.json @@ -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" }, @@ -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" }, diff --git a/docs/src/user-guide/formatters/html-formatter-example.html b/docs/src/user-guide/formatters/html-formatter-example.html index fbfcd880d87..7c90746fc5a 100644 --- a/docs/src/user-guide/formatters/html-formatter-example.html +++ b/docs/src/user-guide/formatters/html-formatter-example.html @@ -118,7 +118,7 @@

ESLint Report

- 9 problems (5 errors, 4 warnings) - Generated on Sun Nov 06 2022 01:18:08 GMT-0500 (Eastern Standard Time) + 9 problems (5 errors, 4 warnings) - Generated on Fri Nov 18 2022 16:27:56 GMT-0500 (Eastern Standard Time)
diff --git a/package.json b/package.json index a39612bac53..b29ddd74fbf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint", - "version": "8.27.0", + "version": "8.28.0", "author": "Nicholas C. Zakas ", "description": "An AST-based pattern checker for JavaScript.", "bin": {