Skip to content

Commit a578780

Browse files
author
ESLint Jenkins
committed
8.24.0
1 parent f2cfacd commit a578780

6 files changed

Lines changed: 22 additions & 4 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.23.1",
4+
"version": "8.24.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
@@ -304,7 +304,8 @@
304304
"wrap-iife": "0.0.9",
305305
"wrap-regex": "0.1.0",
306306
"yield-star-spacing": "2.0.0-alpha-1",
307-
"yoda": "0.7.1"
307+
"yoda": "0.7.1",
308+
"logical-assignment-operators": "8.24.0"
308309
},
309310
"removed": {
310311
"generator-star": "1.0.0-rc-1",

docs/src/_data/rules.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,13 @@
579579
"fixable": false,
580580
"hasSuggestions": false
581581
},
582+
{
583+
"name": "logical-assignment-operators",
584+
"description": "Require or disallow logical assignment logical operator shorthand",
585+
"recommended": false,
586+
"fixable": true,
587+
"hasSuggestions": true
588+
},
582589
{
583590
"name": "max-classes-per-file",
584591
"description": "Enforce a maximum number of classes per file",

docs/src/_data/rules_meta.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -531,6 +531,16 @@
531531
},
532532
"fixable": "whitespace"
533533
},
534+
"logical-assignment-operators": {
535+
"type": "suggestion",
536+
"docs": {
537+
"description": "Require or disallow logical assignment logical operator shorthand",
538+
"recommended": false,
539+
"url": "https://eslint.org/docs/rules/logical-assignment-operators"
540+
},
541+
"fixable": "code",
542+
"hasSuggestions": true
543+
},
534544
"max-classes-per-file": {
535545
"type": "suggestion",
536546
"docs": {

docs/src/user-guide/formatters/html-formatter-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<div id="overview" class="bg-2">
9494
<h1>ESLint Report</h1>
9595
<div>
96-
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Mon Sep 12 2022 01:24:39 GMT-0400 (Eastern Daylight Time)
96+
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Sep 23 2022 19:25:50 GMT-0400 (Eastern Daylight Time)
9797
</div>
9898
</div>
9999
<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.23.1",
3+
"version": "8.24.0",
44
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
55
"description": "An AST-based pattern checker for JavaScript.",
66
"bin": {

0 commit comments

Comments
 (0)