Skip to content

Commit

Permalink
8.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Sep 22, 2023
1 parent 212687c commit 299bfae
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.49.0",
"version": "8.50.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
3 changes: 2 additions & 1 deletion docs/src/_data/rule_versions.json
Expand Up @@ -307,7 +307,8 @@
"yoda": "0.7.1",
"logical-assignment-operators": "8.24.0",
"no-empty-static-block": "8.27.0",
"no-new-native-nonconstructor": "8.27.0"
"no-new-native-nonconstructor": "8.27.0",
"no-object-constructor": "8.50.0"
},
"removed": {
"generator-star": "1.0.0-rc-1",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules.json
Expand Up @@ -10,7 +10,7 @@
"description": "Enforce `return` statements in callbacks of array methods",
"recommended": false,
"fixable": false,
"hasSuggestions": false
"hasSuggestions": true
},
{
"name": "constructor-super",
Expand Down
3 changes: 2 additions & 1 deletion docs/src/_data/rules_meta.json
Expand Up @@ -31,7 +31,8 @@
"description": "Enforce `return` statements in callbacks of array methods",
"recommended": false,
"url": "https://eslint.org/docs/latest/rules/array-callback-return"
}
},
"hasSuggestions": true
},
"array-element-newline": {
"type": "layout",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/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 Fri Sep 08 2023 16:22:14 GMT-0400 (Eastern Daylight Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Sep 22 2023 17:03:30 GMT-0400 (Eastern Daylight Time)
</div>
</div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.49.0",
"version": "8.50.0",
"author": "Nicholas C. Zakas <[email protected]>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 299bfae

Please sign in to comment.