Skip to content

Commit

Permalink
docs: Link to blog post in no-constant-binary-expression (#16112)
Browse files Browse the repository at this point in the history
* docs: Link to blog post in no-constant-binary-expression

* update further_reading_links.json
  • Loading branch information
captbaritone committed Jul 12, 2022
1 parent bc692a9 commit 5a0dfdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/_data/further_reading_links.json
Expand Up @@ -691,5 +691,12 @@
"logo": "https://developer.mozilla.org/favicon-48x48.cbbd161b.png",
"title": "Exponentiation (**) - JavaScript | MDN",
"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."
},
"https://eslint.org/blog/2022/07/interesting-bugs-caught-by-no-constant-binary-expression/": {
"domain": "eslint.org",
"url": "https://eslint.org/blog/2022/07/interesting-bugs-caught-by-no-constant-binary-expression/",
"logo": "https://eslint.org/apple-touch-icon.png",
"title": "Interesting bugs caught by no-constant-binary-expression - ESLint - Pluggable JavaScript Linter",
"description": "A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease."
}
}
2 changes: 2 additions & 0 deletions docs/src/rules/no-constant-binary-expression.md
Expand Up @@ -5,6 +5,8 @@ edit_link: https://github.com/eslint/eslint/edit/main/docs/src/rules/no-constant
rule_type: problem
related_rules:
- no-constant-condition
further_reading:
- https://eslint.org/blog/2022/07/interesting-bugs-caught-by-no-constant-binary-expression/
---


Expand Down

0 comments on commit 5a0dfdb

Please sign in to comment.