Skip to content

Commit 299bfae

Browse files
author
ESLint Jenkins
committed
8.50.0
1 parent 212687c commit 299bfae

6 files changed

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

docs/src/_data/rule_versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,8 @@
307307
"yoda": "0.7.1",
308308
"logical-assignment-operators": "8.24.0",
309309
"no-empty-static-block": "8.27.0",
310-
"no-new-native-nonconstructor": "8.27.0"
310+
"no-new-native-nonconstructor": "8.27.0",
311+
"no-object-constructor": "8.50.0"
311312
},
312313
"removed": {
313314
"generator-star": "1.0.0-rc-1",

docs/src/_data/rules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "Enforce `return` statements in callbacks of array methods",
1111
"recommended": false,
1212
"fixable": false,
13-
"hasSuggestions": false
13+
"hasSuggestions": true
1414
},
1515
{
1616
"name": "constructor-super",

docs/src/_data/rules_meta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"description": "Enforce `return` statements in callbacks of array methods",
3232
"recommended": false,
3333
"url": "https://eslint.org/docs/latest/rules/array-callback-return"
34-
}
34+
},
35+
"hasSuggestions": true
3536
},
3637
"array-element-newline": {
3738
"type": "layout",

docs/src/use/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 Fri Sep 08 2023 16:22:14 GMT-0400 (Eastern Daylight Time)
121+
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Sep 22 2023 17:03:30 GMT-0400 (Eastern Daylight 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.49.0",
3+
"version": "8.50.0",
44
"author": "Nicholas C. Zakas <[email protected]>",
55
"description": "An AST-based pattern checker for JavaScript.",
66
"bin": {

0 commit comments

Comments
 (0)