Skip to content

Commit

Permalink
8.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ESLint Jenkins committed Jul 2, 2022
1 parent e74d59c commit 568af4e
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 56 deletions.
8 changes: 4 additions & 4 deletions docs/src/_data/rules.json
Expand Up @@ -1288,14 +1288,14 @@
},
{
"name": "prefer-object-has-own",
"description": "disallow use of `Object.prototype.hasOwnProperty.call()` and prefer use of `Object.hasOwn()`",
"description": "Disallow use of `Object.prototype.hasOwnProperty.call()` and prefer use of `Object.hasOwn()`",
"recommended": false,
"fixable": true,
"hasSuggestions": false
},
{
"name": "prefer-object-spread",
"description": "disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead.",
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead.",
"recommended": false,
"fixable": true,
"hasSuggestions": false
Expand Down Expand Up @@ -1568,7 +1568,7 @@
},
{
"name": "jsx-quotes",
"description": "enforce the consistent use of either double or single quotes in JSX attributes",
"description": "Enforce the consistent use of either double or single quotes in JSX attributes",
"recommended": false,
"fixable": true,
"hasSuggestions": false
Expand Down Expand Up @@ -1750,7 +1750,7 @@
},
{
"name": "quotes",
"description": "enforce the consistent use of either backticks, double, or single quotes",
"description": "Enforce the consistent use of either backticks, double, or single quotes",
"recommended": false,
"fixable": true,
"hasSuggestions": false
Expand Down
8 changes: 4 additions & 4 deletions docs/src/_data/rules_meta.json
Expand Up @@ -459,7 +459,7 @@
"jsx-quotes": {
"type": "layout",
"docs": {
"description": "enforce the consistent use of either double or single quotes in JSX attributes",
"description": "Enforce the consistent use of either double or single quotes in JSX attributes",
"recommended": false,
"url": "https://eslint.org/docs/rules/jsx-quotes"
},
Expand Down Expand Up @@ -2103,7 +2103,7 @@
"prefer-object-has-own": {
"type": "suggestion",
"docs": {
"description": "disallow use of `Object.prototype.hasOwnProperty.call()` and prefer use of `Object.hasOwn()`",
"description": "Disallow use of `Object.prototype.hasOwnProperty.call()` and prefer use of `Object.hasOwn()`",
"recommended": false,
"url": "https://eslint.org/docs/rules/prefer-object-has-own"
},
Expand All @@ -2112,7 +2112,7 @@
"prefer-object-spread": {
"type": "suggestion",
"docs": {
"description": "disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead.",
"description": "Disallow using Object.assign with an object literal as the first argument and prefer the use of object spread instead.",
"recommended": false,
"url": "https://eslint.org/docs/rules/prefer-object-spread"
},
Expand Down Expand Up @@ -2184,7 +2184,7 @@
"quotes": {
"type": "layout",
"docs": {
"description": "enforce the consistent use of either backticks, double, or single quotes",
"description": "Enforce the consistent use of either backticks, double, or single quotes",
"recommended": false,
"url": "https://eslint.org/docs/rules/quotes"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/src/user-guide/formatters/html-formatter-example.html
Expand Up @@ -93,14 +93,14 @@
<div id="overview" class="bg-2">
<h1>ESLint Report</h1>
<div>
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Tue Jun 21 2022 14:11:34 GMT-0700 (Pacific Daylight Time)
<span>9 problems (5 errors, 4 warnings)</span> - Generated on Fri Jul 01 2022 21:43:51 GMT-0400 (Eastern Daylight Time)
</div>
</div>
<table>
<tbody>
<tr class="bg-2" data-group="f-0">
<th colspan="4">
[+] C:\Users\nzaka\projects\eslint\eslint\fullOfProblems.js
[+] /var/lib/jenkins/workspace/Releases/eslint Release/eslint/fullOfProblems.js
<span>9 problems (5 errors, 4 warnings)</span>
</th>
</tr>
Expand Down

0 comments on commit 568af4e

Please sign in to comment.