Skip to content

Commit f0bb609

Browse files
authored
docs: Update Exponentiation operator MDN link (#15960)
* docs: Update Exponentiation opearator MDN link * docs: Update Exponentiation operator MDN link
1 parent da694b9 commit f0bb609

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/src/_data/further_reading_links.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -684,5 +684,12 @@
684684
"logo": "//thomas.tuerke.net/images/tmtlogo.ico",
685685
"title": "Coding in Style",
686686
"description": "Thomas M. Tuerke topical weblog"
687+
},
688+
"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation": {
689+
"domain": "developer.mozilla.org",
690+
"url": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation",
691+
"logo": "https://developer.mozilla.org/favicon-48x48.cbbd161b.png",
692+
"title": "Exponentiation (**) - JavaScript | MDN",
693+
"description": "The exponentiation operator (**) returns the result of raising the first operand to the power of the second operand. It is equivalent to Math.pow, except it also accepts BigInts as operands."
687694
}
688695
}

docs/src/rules/prefer-exponentiation-operator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: doc
44
edit_link: https://github.com/eslint/eslint/edit/main/docs/src/rules/prefer-exponentiation-operator.md
55
rule_type: suggestion
66
further_reading:
7-
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Arithmetic_Operators#Exponentiation
7+
- https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Exponentiation
88
- https://bugs.chromium.org/p/v8/issues/detail?id=5848
99
---
1010

0 commit comments

Comments
 (0)