Skip to content

Commit

Permalink
8.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Dec 2, 2022
1 parent 6a5f667 commit d3e4b59
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,7 +1,7 @@
{
"name": "docs-eslint",
"private": true,
"version": "8.28.0",
"version": "8.29.0",
"description": "",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/_data/rules.json
Expand Up @@ -1298,7 +1298,7 @@
"description": "Enforce using named capture group in regular expression",
"recommended": false,
"fixable": false,
"hasSuggestions": false
"hasSuggestions": true
},
{
"name": "prefer-numeric-literals",
Expand Down
3 changes: 2 additions & 1 deletion docs/src/_data/rules_meta.json
Expand Up @@ -2116,7 +2116,8 @@
"description": "Enforce using named capture group in regular expression",
"recommended": false,
"url": "https://eslint.org/docs/rules/prefer-named-capture-group"
}
},
"hasSuggestions": true
},
"prefer-numeric-literals": {
"type": "suggestion",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/user-guide/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 Nov 18 2022 16:27:56 GMT-0500 (Eastern Standard Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Dec 02 2022 16:38:02 GMT-0500 (Eastern Standard Time)
</div>
</div>
<table>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "eslint",
"version": "8.28.0",
"version": "8.29.0",
"author": "Nicholas C. Zakas <nicholas+npm@nczconsulting.com>",
"description": "An AST-based pattern checker for JavaScript.",
"bin": {
Expand Down

0 comments on commit d3e4b59

Please sign in to comment.