Skip to content

Commit

Permalink
8.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Mar 28, 2023
1 parent 3413d34 commit 4c46fb3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.36.0",
"version": "8.37.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
4 changes: 2 additions & 2 deletions docs/src/_data/rules.json
Expand Up @@ -588,7 +588,7 @@
},
{
"name": "logical-assignment-operators",
"description": "Require or disallow logical assignment logical operator shorthand",
"description": "Require or disallow logical assignment operator shorthand",
"recommended": false,
"fixable": true,
"hasSuggestions": true
Expand Down Expand Up @@ -1382,7 +1382,7 @@
"description": "Enforce the use of `u` flag on RegExp",
"recommended": false,
"fixable": false,
"hasSuggestions": false
"hasSuggestions": true
},
{
"name": "require-yield",
Expand Down
5 changes: 3 additions & 2 deletions docs/src/_data/rules_meta.json
Expand Up @@ -534,7 +534,7 @@
"logical-assignment-operators": {
"type": "suggestion",
"docs": {
"description": "Require or disallow logical assignment logical operator shorthand",
"description": "Require or disallow logical assignment operator shorthand",
"recommended": false,
"url": "https://eslint.org/docs/rules/logical-assignment-operators"
},
Expand Down Expand Up @@ -2261,7 +2261,8 @@
"description": "Enforce the use of `u` flag on RegExp",
"recommended": false,
"url": "https://eslint.org/docs/rules/require-unicode-regexp"
}
},
"hasSuggestions": true
},
"require-yield": {
"type": "suggestion",
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 Mar 10 2023 17:15:51 GMT-0500 (Eastern Standard Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Tue Mar 28 2023 18:46:38 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.36.0",
"version": "8.37.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 4c46fb3

Please sign in to comment.