Skip to content

Commit

Permalink
9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed May 3, 2024
1 parent 989ac9d commit 271e7ab
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "9.1.1",
"version": "9.2.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules.json
Expand Up @@ -680,7 +680,7 @@
"description": "Disallow lexical declarations in case clauses",
"recommended": true,
"fixable": false,
"hasSuggestions": false
"hasSuggestions": true
},
{
"name": "no-console",
Expand Down
3 changes: 2 additions & 1 deletion docs/src/_data/rules_meta.json
Expand Up @@ -810,7 +810,8 @@
"description": "Disallow lexical declarations in case clauses",
"recommended": true,
"url": "https://eslint.org/docs/latest/rules/no-case-declarations"
}
},
"hasSuggestions": true
},
"no-catch-shadow": {
"type": "suggestion",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/versions.json
Expand Up @@ -6,7 +6,7 @@
"path": "/docs/head/"
},
{
"version": "9.1.1",
"version": "9.2.0",
"branch": "latest",
"path": "/docs/latest/"
},
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>8 problems (4 errors, 4 warnings)</span> - Generated on Mon Apr 22 2024 19:21:47 GMT+0000 (Coordinated Universal Time)
<span>8 problems (4 errors, 4 warnings)</span> - Generated on Fri May 03 2024 19:45:43 GMT+0000 (Coordinated Universal Time)
</div>
</div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "9.1.1",
"version": "9.2.0",
"author": "Nicholas C. Zakas <[email protected]>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit 271e7ab

Please sign in to comment.