Skip to content

Commit

Permalink
8.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Sep 23, 2022
1 parent f2cfacd commit a578780
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.23.1",
"version": "8.24.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
3 changes: 2 additions & 1 deletion docs/src/_data/rule_versions.json
Expand Up @@ -304,7 +304,8 @@
"wrap-iife": "0.0.9",
"wrap-regex": "0.1.0",
"yield-star-spacing": "2.0.0-alpha-1",
"yoda": "0.7.1"
"yoda": "0.7.1",
"logical-assignment-operators": "8.24.0"
},
"removed": {
"generator-star": "1.0.0-rc-1",
Expand Down
7 changes: 7 additions & 0 deletions docs/src/_data/rules.json
Expand Up @@ -579,6 +579,13 @@
"fixable": false,
"hasSuggestions": false
},
{
"name": "logical-assignment-operators",
"description": "Require or disallow logical assignment logical operator shorthand",
"recommended": false,
"fixable": true,
"hasSuggestions": true
},
{
"name": "max-classes-per-file",
"description": "Enforce a maximum number of classes per file",
Expand Down
10 changes: 10 additions & 0 deletions docs/src/_data/rules_meta.json
Expand Up @@ -531,6 +531,16 @@
},
"fixable": "whitespace"
},
"logical-assignment-operators": {
"type": "suggestion",
"docs": {
"description": "Require or disallow logical assignment logical operator shorthand",
"recommended": false,
"url": "https://eslint.org/docs/rules/logical-assignment-operators"
},
"fixable": "code",
"hasSuggestions": true
},
"max-classes-per-file": {
"type": "suggestion",
"docs": {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/user-guide/formatters/html-formatter-example.html
Expand Up @@ -93,7 +93,7 @@
<div id="overview" class="bg-2">
<h1>ESLint Report</h1>
<div>
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Mon Sep 12 2022 01:24:39 GMT-0400 (Eastern Daylight Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Sep 23 2022 19:25:50 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.23.1",
"version": "8.24.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit a578780

Please sign in to comment.